hanahmily opened a new pull request #2:
URL: https://github.com/apache/skywalking-swck/pull/2
Summary
```shell
> k get oapserver
NAME INSTANCES RUNNING ADDRESS
demo 1 1 demo.default
```
yaml of oapserver cr:
```yaml
apiVersion: operator.skywalking.apache.org/v1alpha1
kind: OAPServer
metadata:
annotations:
istio-setup-command: istioctl install --set profile=demo --set
meshConfig.defaultConfig.envoyAccessLogService.address=demo.default:11800
--set meshConfig.enableEnvoyAccessLogService=true
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"operator.skywalking.apache.org/v1alpha1","kind":"OAPServer","metadata":{"annotations":{"istio-setup-command":"istioctl
install --set profile=demo --set
meshConfig.defaultConfig.envoyAccessLogService.address=demo.default:11800 --set
meshConfig.enableEnvoyAccessLogService=true"},"creationTimestamp":"2020-10-28T03:27:04Z","generation":4,"name":"demo","namespace":"default","resourceVersion":"73789278","selfLink":"/apis/operator.skywalking.apache.org/v1alpha1/namespaces/default/oapservers/demo","uid":"83ae8ce8-6af2-4961-9803-39d6019ef8f0"},"spec":{"config":[{"name":"SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS","value":"k8s-mesh"}],"image":"apache/skywalking-oap-server:8.1.0-es6","instances":1,"version":"8.1.0"},"status":{"address":"demo.default","conditions":[{"lastTransitionTime":"2020-10-28T03:28:07Z","lastUpdateTime":"2020-10-28T03:28:07Z","message":"Deployment
has minimum
availability.","reason":"MinimumReplicasAvailable","status":"True","type":"Available"},{"lastTransit
ionTime":"2020-10-28T03:27:05Z","lastUpdateTime":"2020-10-28T04:30:18Z","message":"ReplicaSet
\"demo-65b6d6b49d\" has successfully
progressed.","reason":"NewReplicaSetAvailable","status":"True","type":"Progressing"}]}}
creationTimestamp: "2020-10-28T03:27:04Z"
generation: 7
name: demo
namespace: default
resourceVersion: "73793635"
selfLink:
/apis/operator.skywalking.apache.org/v1alpha1/namespaces/default/oapservers/demo
uid: 83ae8ce8-6af2-4961-9803-39d6019ef8f0
spec:
config:
- name: SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS
value: k8s-mesh
image: apache/skywalking-oap-server:8.1.0-es6
instances: 1
version: 8.1.0
status:
address: demo.default
availableReplicas: 1
conditions:
- lastTransitionTime: "2020-10-28T03:27:05Z"
lastUpdateTime: "2020-10-28T04:30:18Z"
message: ReplicaSet "demo-65b6d6b49d" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2020-10-28T04:52:25Z"
lastUpdateTime: "2020-10-28T04:52:25Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]