You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/12/21 09:53:17 UTC

[GitHub] [skywalking] LeBW commented on issue #6042: Skywalking SWCK deploy failure

LeBW commented on issue #6042:
URL: https://github.com/apache/skywalking/issues/6042#issuecomment-748882499


   Hi @arugal The two images are `docker.io/kubesphere/kube-rbac-proxy:v0.4.1` and `apache/skywalking-swck:0.1.0`.
   
   BTW, here is the whole log if it helps.
   
   ```
   apiVersion: apps/v1
   kind: Deployment
   metadata:
     annotations:
       deployment.kubernetes.io/revision: "1"
       kubectl.kubernetes.io/last-applied-configuration: |
         {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"control-plane":"controller-manager"},"name":"skywalking-swck-controller-manager","namespace":"skywalking-swck-system"},"spec":{"replicas":1,"selector":{"matchLabels":{"control-plane":"controller-manager"}},"template":{"metadata":{"labels":{"control-plane":"controller-manager"}},"spec":{"containers":[{"args":["--secure-listen-address=0.0.0.0:8443","--upstream=http://127.0.0.1:8080/","--logtostderr=true","--v=10"],"image":"docker.io/kubesphere/kube-rbac-proxy:v0.4.1","name":"kube-rbac-proxy","ports":[{"containerPort":8443,"name":"https"}]},{"args":["--metrics-addr=127.0.0.1:8080","--enable-leader-election"],"command":["/manager"],"image":"apache/skywalking-swck:0.1.0","name":"manager","resources":{"limits":{"cpu":"100m","memory":"30Mi"},"requests":{"cpu":"100m","memory":"20Mi"}}}],"terminationGracePeriodSeconds":10}}}}
     creationTimestamp: "2020-12-21T08:52:26Z"
     generation: 1
     labels:
       control-plane: controller-manager
     managedFields:
     - apiVersion: apps/v1
       fieldsType: FieldsV1
       fieldsV1:
         f:metadata:
           f:annotations:
             .: {}
             f:kubectl.kubernetes.io/last-applied-configuration: {}
           f:labels:
             .: {}
             f:control-plane: {}
         f:spec:
           f:progressDeadlineSeconds: {}
           f:replicas: {}
           f:revisionHistoryLimit: {}
           f:selector:
             f:matchLabels:
               .: {}
               f:control-plane: {}
           f:strategy:
             f:rollingUpdate:
               .: {}
               f:maxSurge: {}
               f:maxUnavailable: {}
             f:type: {}
           f:template:
             f:metadata:
               f:labels:
                 .: {}
                 f:control-plane: {}
             f:spec:
               f:containers:
                 k:{"name":"kube-rbac-proxy"}:
                   .: {}
                   f:args: {}
                   f:image: {}
                   f:imagePullPolicy: {}
                   f:name: {}
                   f:ports:
                     .: {}
                     k:{"containerPort":8443,"protocol":"TCP"}:
                       .: {}
                       f:containerPort: {}
                       f:name: {}
                       f:protocol: {}
                   f:resources: {}
                   f:terminationMessagePath: {}
                   f:terminationMessagePolicy: {}
                 k:{"name":"manager"}:
                   .: {}
                   f:args: {}
                   f:command: {}
                   f:image: {}
                   f:imagePullPolicy: {}
                   f:name: {}
                   f:resources:
                     .: {}
                     f:limits:
                       .: {}
                       f:cpu: {}
                       f:memory: {}
                     f:requests:
                       .: {}
                       f:cpu: {}
                       f:memory: {}
                   f:terminationMessagePath: {}
                   f:terminationMessagePolicy: {}
               f:dnsPolicy: {}
               f:restartPolicy: {}
               f:schedulerName: {}
               f:securityContext: {}
               f:terminationGracePeriodSeconds: {}
       manager: kubectl-client-side-apply
       operation: Update
       time: "2020-12-21T08:52:26Z"
     - apiVersion: apps/v1
       fieldsType: FieldsV1
       fieldsV1:
         f:metadata:
           f:annotations:
             f:deployment.kubernetes.io/revision: {}
         f:status:
           f:conditions:
             .: {}
             k:{"type":"Available"}:
               .: {}
               f:lastTransitionTime: {}
               f:lastUpdateTime: {}
               f:message: {}
               f:reason: {}
               f:status: {}
               f:type: {}
             k:{"type":"Progressing"}:
               .: {}
               f:lastTransitionTime: {}
               f:lastUpdateTime: {}
               f:message: {}
               f:reason: {}
               f:status: {}
               f:type: {}
           f:observedGeneration: {}
           f:replicas: {}
           f:unavailableReplicas: {}
           f:updatedReplicas: {}
       manager: kube-controller-manager
       operation: Update
       time: "2020-12-21T09:02:27Z"
     name: skywalking-swck-controller-manager
     namespace: skywalking-swck-system
     resourceVersion: "20012447"
     selfLink: /apis/apps/v1/namespaces/skywalking-swck-system/deployments/skywalking-swck-controller-manager
     uid: 210bf947-4a70-47a2-9127-285006c35c2c
   spec:
     progressDeadlineSeconds: 600
     replicas: 1
     revisionHistoryLimit: 10
     selector:
       matchLabels:
         control-plane: controller-manager
     strategy:
       rollingUpdate:
         maxSurge: 25%
         maxUnavailable: 25%
       type: RollingUpdate
     template:
       metadata:
         creationTimestamp: null
         labels:
           control-plane: controller-manager
       spec:
         containers:
         - args:
           - --secure-listen-address=0.0.0.0:8443
           - --upstream=http://127.0.0.1:8080/
           - --logtostderr=true
           - --v=10
           image: docker.io/kubesphere/kube-rbac-proxy:v0.4.1
           imagePullPolicy: IfNotPresent
           name: kube-rbac-proxy
           ports:
           - containerPort: 8443
             name: https
             protocol: TCP
           resources: {}
           terminationMessagePath: /dev/termination-log
           terminationMessagePolicy: File
         - args:
           - --metrics-addr=127.0.0.1:8080
           - --enable-leader-election
           command:
           - /manager
           image: apache/skywalking-swck:0.1.0
           imagePullPolicy: IfNotPresent
           name: manager
           resources:
             limits:
               cpu: 100m
               memory: 30Mi
             requests:
               cpu: 100m
               memory: 20Mi
           terminationMessagePath: /dev/termination-log
           terminationMessagePolicy: File
         dnsPolicy: ClusterFirst
         restartPolicy: Always
         schedulerName: default-scheduler
         securityContext: {}
         terminationGracePeriodSeconds: 10
   status:
     conditions:
     - lastTransitionTime: "2020-12-21T08:52:26Z"
       lastUpdateTime: "2020-12-21T08:52:26Z"
       message: Deployment does not have minimum availability.
       reason: MinimumReplicasUnavailable
       status: "False"
       type: Available
     - lastTransitionTime: "2020-12-21T09:02:27Z"
       lastUpdateTime: "2020-12-21T09:02:27Z"
       message: ReplicaSet "skywalking-swck-controller-manager-7ff8f456c4" has timed
         out progressing.
       reason: ProgressDeadlineExceeded
       status: "False"
       type: Progressing
     observedGeneration: 1
     replicas: 1
     unavailableReplicas: 1
     updatedReplicas: 1
   ```


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