arugal edited a comment on pull request #5:
URL: https://github.com/apache/skywalking-swck/pull/5#issuecomment-723532402


   Basically LGTM.
   
   
   ```bash
   $ kubectl get all -n skywalking-swck-system
   
   NAME                                                      READY   STATUS    
RESTARTS   AGE
   pod/skywalking-swck-controller-manager-6989f8cf96-gdjjp   2/2     Running   
0          3h17m
   
   NAME                                                         TYPE        
CLUSTER-IP       EXTERNAL-IP   PORT(S)    AGE
   service/skywalking-swck-controller-manager-metrics-service   ClusterIP   
10.111.142.191   <none>        8443/TCP   3h20m
   
   NAME                                                 READY   UP-TO-DATE   
AVAILABLE   AGE
   deployment.apps/skywalking-swck-controller-manager   1/1     1            1  
         3h20m
   
   NAME                                                            DESIRED   
CURRENT   READY   AGE
   replicaset.apps/skywalking-swck-controller-manager-557bdff78f   0         0  
       0       3h20m
   replicaset.apps/skywalking-swck-controller-manager-6989f8cf96   1         1  
       1       3h17m
   
   $ kubectl get oapserver demo -o yaml
   
   apiVersion: operator.skywalking.apache.org/v1alpha1
   kind: OAPServer
   metadata:
     annotations:
       kubectl.kubernetes.io/last-applied-configuration: |
         
{"apiVersion":"operator.skywalking.apache.org/v1alpha1","kind":"OAPServer","metadata":{"annotations":{},"name":"demo","namespace":"default"},"spec":{"config":[{"name":"SW_STORAGE","value":"h2"}],"instances":1,"version":"8.1.0"}}
     creationTimestamp: "2020-11-08T02:01:36Z"
     generation: 2
     name: demo
     namespace: default
     resourceVersion: "33314335"
     selfLink: 
/apis/operator.skywalking.apache.org/v1alpha1/namespaces/default/oapservers/demo
     uid: 490b4496-0a9c-4a33-80e8-1f3e5ba864af
   spec:
     config:
     - name: SW_STORAGE
       value: h2
     image: apache/skywalking-oap-server:8.1.0-es6
     instances: 1
     version: 8.1.0
   status:
     address: demo.default
     availableReplicas: 1
     conditions:
     - lastTransitionTime: "2020-11-08T02:02:51Z"
       lastUpdateTime: "2020-11-08T02:02:51Z"
       message: Deployment has minimum availability.
       reason: MinimumReplicasAvailable
       status: "True"
       type: Available
     - lastTransitionTime: "2020-11-08T02:01:36Z"
       lastUpdateTime: "2020-11-08T02:02:51Z"
       message: ReplicaSet "demo-5d6bbbbf94" has successfully progressed.
       reason: NewReplicaSetAvailable
       status: "True"
       type: Progressing
   
   $ kubectl get all
   
   NAME                        READY   STATUS    RESTARTS   AGE
   pod/demo-5d6bbbbf94-hq879   1/1     Running   0          3h19m
   
   NAME                 TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)       
        AGE
   service/demo         ClusterIP   10.104.216.11   <none>        
11800/TCP,12800/TCP   3h19m
   service/kubernetes   ClusterIP   10.96.0.1       <none>        443/TCP       
        126d
   
   NAME                   READY   UP-TO-DATE   AVAILABLE   AGE
   deployment.apps/demo   1/1     1            1           3h19m
   
   NAME                              DESIRED   CURRENT   READY   AGE
   replicaset.apps/demo-5d6bbbbf94   1         1         1       3h19m
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to