If HPA is not enabled, why does deployment automatically set replica to 0?

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: v1.17.9
Cloud being used: (put bare-metal if not on a public cloud)
Installation method: kubeadm
Host OS: CentOS Linux release 7.9.2009 (Core)
CNI and version: calico v3.16.3
CRI and version: docker 20.10.6

Hi guys, When HPA is not enabled, deployment automatically sets replicas to 0, and there is no abnormal error in the container. Have any friends encountered this problem?

deployment yaml:

kind: Deployment
apiVersion: apps/v1
metadata:
  name: service-nexus3-deployment
  namespace: service
  annotations:
    deployment.kubernetes.io/revision: '6'
spec:
  replicas: 1
  selector:
    matchLabels:
      app: service-nexus3
      envronment: test
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: service-nexus3
        envronment: test
      annotations:
        kubesphere.io/restartedAt: '2022-02-16T01:11:44.479Z'
    spec:
      volumes:
        - name: service-nexus3-volume
          persistentVolumeClaim:
            claimName: service-nexus3-pvc
        - name: docker-proxy
          configMap:
            name: docker-proxy
            defaultMode: 493
      containers:
        - name: nexus3
          image: 'registry.cn-hangzhou.aliyuncs.com/nexus3-latest'
          ports:
            - name: tcp8081
              containerPort: 8081
              protocol: TCP
          resources:
            limits:
              cpu: '4'
              memory: 8Gi
            requests:
              cpu: 500m
              memory: 1Gi
          volumeMounts:
            - name: service-nexus3-volume
              mountPath: /data/server/nexus3/
          terminationMessagePath: /dev/termination-log
          terminationMessagePolicy: File
          imagePullPolicy: Always
        - name: docker-proxy
          image: 'registry.cn-hangzhou.aliyuncs.com/nginx-latest'
          ports:
            - name: tcp80
              containerPort: 80
              protocol: TCP
          resources:
            limits:
              cpu: '2'
              memory: 4Gi
            requests:
              cpu: 500m
              memory: 1Gi
          volumeMounts:
            - name: docker-proxy
              mountPath: /usr/local/nginx/conf/vhosts/
          terminationMessagePath: /dev/termination-log
          terminationMessagePolicy: File
          imagePullPolicy: Always
      restartPolicy: Always
      terminationGracePeriodSeconds: 30
      dnsPolicy: ClusterFirst
      nodeSelector:
        disktype: raid1
      securityContext: {}
      imagePullSecrets:
        - name: registrysecret
      schedulerName: default-scheduler
  strategy:
    type: RollingUpdate
    rollingUpdate:
      maxUnavailable: 0
      maxSurge: 1
  revisionHistoryLimit: 10
  progressDeadlineSeconds: 600

deployment describe:

...
Events:
  Type    Reason             Age                From                   Message
  ----    ------             ----               ----                   -------
  Normal  ScalingReplicaSet  34m (x2 over 38h)  deployment-controller  Scaled down replica set service-nexus3-deployment-57995fcd76 to 0

kube controller logs:

# kubectl logs kube-controller-manager-k8s-130 -n kube-system|grep nexus
I0509 10:49:11.687356       1 event.go:281] Event(v1.ObjectReference{Kind:"Deployment", Namespace:"service", Name:"service-nexus3-deployment", UID:"e0c4abba-bbe5-4c19-9853-de63ee571124", APIVersion:"apps/v1", ResourceVersion:"126342143", FieldPath:""}): type: 'Normal' reason: 'ScalingReplicaSet' Scaled down replica set service-nexus3-deployment-57995fcd76 to 0
I0509 10:49:11.701642       1 event.go:281] Event(v1.ObjectReference{Kind:"ReplicaSet", Namespace:"service", Name:"service-nexus3-deployment-57995fcd76", UID:"9f96fdf1-1e20-4c83-ad18-1b3640d52493", APIVersion:"apps/v1", ResourceVersion:"126342151", FieldPath:""}): type: 'Normal' reason: 'SuccessfulDelete' Deleted pod: service-nexus3-deployment-57995fcd76-t6bhx

apiserver audit log:

{"AuditID":"2b8ea02b-a93f-44ed-9d6a-0ccc6b22d99c","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment","Namespace":"service","Resource":"deployments","ResourceVersion":"126342143","Subresource":"status","UID":"e0c4abba-bbe5-4c19-9853-de63ee571124"},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.687261+08:00","RequestURI":"/apis/apps/v1/namespaces/service/deployments/service-nexus3-deployment/status","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.68981+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.501255343+08:00","OutputTime":"2022-05-09T10:49:20.501255639+08:00","PullTime":"2022-05-09T10:49:20.500334802+08:00","PushTime":"2022-05-09T10:49:18.29987327+08:00","ReceiviedTime":"2022-05-09T10:49:18.299058596+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"2421c0e2-a2fb-447f-913f-d084765dc2e1","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.687844+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.687844+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.501489109+08:00","OutputTime":"2022-05-09T10:49:20.501489503+08:00","PullTime":"2022-05-09T10:49:20.500331179+08:00","PushTime":"2022-05-09T10:49:18.29987018+08:00","ReceiviedTime":"2022-05-09T10:49:18.299058047+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"55383684-97b6-4924-a672-59b82bf10731","Username":"system:serviceaccount:kube-system:replicaset-controller"},"Verb":"delete","Workspace":"devops"}
{"AuditID":"2b8ea02b-a93f-44ed-9d6a-0ccc6b22d99c","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment","Namespace":"service","Resource":"deployments","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.687261+08:00","RequestURI":"/apis/apps/v1/namespaces/service/deployments/service-nexus3-deployment/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.687261+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.501627973+08:00","OutputTime":"2022-05-09T10:49:20.501628406+08:00","PullTime":"2022-05-09T10:49:20.500325653+08:00","PushTime":"2022-05-09T10:49:18.299866738+08:00","ReceiviedTime":"2022-05-09T10:49:18.299057294+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"a0716cc3-b8a4-4111-af7e-6eb794b15171","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76","Namespace":"service","Resource":"replicasets","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.683435+08:00","RequestURI":"/apis/apps/v1/namespaces/service/replicasets/service-nexus3-deployment-57995fcd76","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.683435+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.501676121+08:00","OutputTime":"2022-05-09T10:49:20.501676457+08:00","PullTime":"2022-05-09T10:49:20.500321956+08:00","PushTime":"2022-05-09T10:49:18.299861806+08:00","ReceiviedTime":"2022-05-09T10:49:18.299056072+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"e2607b02-3fcc-45b0-bb13-44b40961abf8","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76","Namespace":"service","Resource":"replicasets","ResourceVersion":"126342151","Subresource":"status","UID":"9f96fdf1-1e20-4c83-ad18-1b3640d52493"},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.701959+08:00","RequestURI":"/apis/apps/v1/namespaces/service/replicasets/service-nexus3-deployment-57995fcd76/status","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.707979+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.502268847+08:00","OutputTime":"2022-05-09T10:49:20.502269251+08:00","PullTime":"2022-05-09T10:49:20.501491981+08:00","PushTime":"2022-05-09T10:49:18.299892308+08:00","ReceiviedTime":"2022-05-09T10:49:18.299062428+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"55383684-97b6-4924-a672-59b82bf10731","Username":"system:serviceaccount:kube-system:replicaset-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"3ee1bcc6-a249-4f69-b9ac-c60ee04edbcf","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76","Namespace":"service","Resource":"replicasets","ResourceVersion":"126342168","Subresource":"status","UID":"9f96fdf1-1e20-4c83-ad18-1b3640d52493"},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.708952+08:00","RequestURI":"/apis/apps/v1/namespaces/service/replicasets/service-nexus3-deployment-57995fcd76/status","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.712852+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.502904927+08:00","OutputTime":"2022-05-09T10:49:20.502905269+08:00","PullTime":"2022-05-09T10:49:20.501955808+08:00","PushTime":"2022-05-09T10:49:18.299906305+08:00","ReceiviedTime":"2022-05-09T10:49:18.299063584+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"55383684-97b6-4924-a672-59b82bf10731","Username":"system:serviceaccount:kube-system:replicaset-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"62a02127-ce4a-45ba-ae26-9c12adf6a82b","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment","Namespace":"service","Resource":"deployments","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.714982+08:00","RequestURI":"/apis/apps/v1/namespaces/service/deployments/service-nexus3-deployment/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.714982+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.503940351+08:00","OutputTime":"2022-05-09T10:49:20.503940673+08:00","PullTime":"2022-05-09T10:49:20.50254159+08:00","PushTime":"2022-05-09T10:49:18.299919223+08:00","ReceiviedTime":"2022-05-09T10:49:18.299064291+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"c3f1a760-0752-450a-b47d-5acff10ef38b","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx.16ed4ff4eeb89264","Namespace":"service","Resource":"events","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.713947+08:00","RequestURI":"/api/v1/namespaces/service/events","ResponseObject":"","ResponseStatus":{"code":201,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.716015+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.504207884+08:00","OutputTime":"2022-05-09T10:49:20.504208229+08:00","PullTime":"2022-05-09T10:49:20.503164505+08:00","PushTime":"2022-05-09T10:49:18.299922376+08:00","ReceiviedTime":"2022-05-09T10:49:18.299064598+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"create","Workspace":"devops"}
{"AuditID":"62a02127-ce4a-45ba-ae26-9c12adf6a82b","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment","Namespace":"service","Resource":"deployments","ResourceVersion":"126342155","Subresource":"status","UID":"e0c4abba-bbe5-4c19-9853-de63ee571124"},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.714982+08:00","RequestURI":"/apis/apps/v1/namespaces/service/deployments/service-nexus3-deployment/status","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.719408+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.504965329+08:00","OutputTime":"2022-05-09T10:49:20.504965646+08:00","PullTime":"2022-05-09T10:49:20.503478829+08:00","PushTime":"2022-05-09T10:49:18.299925413+08:00","ReceiviedTime":"2022-05-09T10:49:18.299065734+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"b54d6ddc-a50d-4f25-a5ed-a991ee553108","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-proxy-nginx-svc","Namespace":"service","Resource":"endpoints","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.702369+08:00","RequestURI":"/api/v1/namespaces/service/endpoints/service-nexus3-proxy-nginx-svc","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.702369+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.502168814+08:00","OutputTime":"2022-05-09T10:49:20.502169065+08:00","PullTime":"2022-05-09T10:49:20.500529304+08:00","PushTime":"2022-05-09T10:49:18.299885093+08:00","ReceiviedTime":"2022-05-09T10:49:18.299060727+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"98be7a86-35b0-4de3-b25b-e5880f43b5c7","Username":"system:serviceaccount:kube-system:endpoint-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"e11bdc6f-e562-4532-bfe7-016375574289","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment.16ecd33e47bfa2c4","Namespace":"service","Resource":"events","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.690268+08:00","RequestURI":"/api/v1/namespaces/service/events","ResponseObject":"","ResponseStatus":{"code":201,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.692306+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.501252185+08:00","OutputTime":"2022-05-09T10:49:20.501252513+08:00","PullTime":"2022-05-09T10:49:20.500338215+08:00","PushTime":"2022-05-09T10:49:18.299876133+08:00","ReceiviedTime":"2022-05-09T10:49:18.299059005+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"create","Workspace":"devops"}
{"AuditID":"83df8b5c-b266-4c11-944d-a3571a2614eb","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment","Namespace":"service","Resource":"deployments","ResourceVersion":"126342143","Subresource":"status","UID":"e0c4abba-bbe5-4c19-9853-de63ee571124"},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.696614+08:00","RequestURI":"/apis/apps/v1/namespaces/service/deployments/service-nexus3-deployment/status","ResponseObject":"","ResponseStatus":{"code":409,"metadata":{},"reason":"Conflict","status":"Failure"},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.700319+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.615786686+08:00","OutputTime":"2022-05-09T10:49:20.615787235+08:00","PullTime":"2022-05-09T10:49:20.500341655+08:00","PushTime":"2022-05-09T10:49:18.299879+08:00","ReceiviedTime":"2022-05-09T10:49:18.299059294+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"3ee1bcc6-a249-4f69-b9ac-c60ee04edbcf","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76","Namespace":"service","Resource":"replicasets","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.708952+08:00","RequestURI":"/apis/apps/v1/namespaces/service/replicasets/service-nexus3-deployment-57995fcd76/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.708952+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.615949767+08:00","OutputTime":"2022-05-09T10:49:20.615950225+08:00","PullTime":"2022-05-09T10:49:20.501496815+08:00","PushTime":"2022-05-09T10:49:18.299898096+08:00","ReceiviedTime":"2022-05-09T10:49:18.299062752+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"55383684-97b6-4924-a672-59b82bf10731","Username":"system:serviceaccount:kube-system:replicaset-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"b54d6ddc-a50d-4f25-a5ed-a991ee553108","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-proxy-nginx-svc","Namespace":"service","Resource":"endpoints","ResourceVersion":"125665578","Subresource":"","UID":"485a5121-1ac7-472d-ac5a-746e80bb3f60"},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.702369+08:00","RequestURI":"/api/v1/namespaces/service/endpoints/service-nexus3-proxy-nginx-svc","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.704719+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:20.616082354+08:00","OutputTime":"2022-05-09T10:49:20.616082669+08:00","PullTime":"2022-05-09T10:49:20.50145393+08:00","PushTime":"2022-05-09T10:49:18.29988923+08:00","ReceiviedTime":"2022-05-09T10:49:18.299061834+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"98be7a86-35b0-4de3-b25b-e5880f43b5c7","Username":"system:serviceaccount:kube-system:endpoint-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"d316e5b1-4594-4332-a281-2c7312489dbb","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:17.77255+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:17.77255+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:21.40008269+08:00","OutputTime":"2022-05-09T10:49:21.400083093+08:00","PullTime":"2022-05-09T10:49:21.305379424+08:00","PushTime":"2022-05-09T10:49:18.300192783+08:00","ReceiviedTime":"2022-05-09T10:49:18.299125426+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"a0716cc3-b8a4-4111-af7e-6eb794b15171","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76","Namespace":"service","Resource":"replicasets","ResourceVersion":"125665577","Subresource":"","UID":"9f96fdf1-1e20-4c83-ad18-1b3640d52493"},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.683435+08:00","RequestURI":"/apis/apps/v1/namespaces/service/replicasets/service-nexus3-deployment-57995fcd76","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.686285+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.200199529+08:00","OutputTime":"2022-05-09T10:49:29.200200067+08:00","PullTime":"2022-05-09T10:49:29.199398967+08:00","PushTime":"2022-05-09T10:49:28.425475382+08:00","ReceiviedTime":"2022-05-09T10:49:28.424941033+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"350e1fda-081c-424a-bb75-b5d27e1e62fd","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment.16ecd33e47bfa2c4","Namespace":"service","Resource":"events","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.687454+08:00","RequestURI":"/api/v1/namespaces/service/events/service-nexus3-deployment.16ecd33e47bfa2c4","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.687454+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.200412519+08:00","OutputTime":"2022-05-09T10:49:29.200412949+08:00","PullTime":"2022-05-09T10:49:29.199410714+08:00","PushTime":"2022-05-09T10:49:28.425478669+08:00","ReceiviedTime":"2022-05-09T10:49:28.424941327+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"83df8b5c-b266-4c11-944d-a3571a2614eb","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment","Namespace":"service","Resource":"deployments","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.696614+08:00","RequestURI":"/apis/apps/v1/namespaces/service/deployments/service-nexus3-deployment/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.696614+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.200730173+08:00","OutputTime":"2022-05-09T10:49:29.200730476+08:00","PullTime":"2022-05-09T10:49:29.199507524+08:00","PushTime":"2022-05-09T10:49:28.425488646+08:00","ReceiviedTime":"2022-05-09T10:49:28.424942149+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"e2607b02-3fcc-45b0-bb13-44b40961abf8","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"apps","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76","Namespace":"service","Resource":"replicasets","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.701959+08:00","RequestURI":"/apis/apps/v1/namespaces/service/replicasets/service-nexus3-deployment-57995fcd76/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.701959+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.20133629+08:00","OutputTime":"2022-05-09T10:49:29.201336693+08:00","PullTime":"2022-05-09T10:49:29.200222881+08:00","PushTime":"2022-05-09T10:49:28.425496846+08:00","ReceiviedTime":"2022-05-09T10:49:28.424942921+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"55383684-97b6-4924-a672-59b82bf10731","Username":"system:serviceaccount:kube-system:replicaset-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"724b3280-8f0c-4382-886a-822be6b1dca4","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.715366+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.715366+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.203545421+08:00","OutputTime":"2022-05-09T10:49:29.203545619+08:00","PullTime":"2022-05-09T10:49:29.201871909+08:00","PushTime":"2022-05-09T10:49:28.425520922+08:00","ReceiviedTime":"2022-05-09T10:49:28.4249464+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"724b3280-8f0c-4382-886a-822be6b1dca4","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.715366+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.719378+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.204597089+08:00","OutputTime":"2022-05-09T10:49:29.204597354+08:00","PullTime":"2022-05-09T10:49:29.202759015+08:00","PushTime":"2022-05-09T10:49:28.425523874+08:00","ReceiviedTime":"2022-05-09T10:49:28.424946818+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"595d14f5-db1f-4464-abe1-ead418639f05","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-svc","Namespace":"service","Resource":"endpoints","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.702425+08:00","RequestURI":"/api/v1/namespaces/service/endpoints/service-nexus3-svc","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:11.702425+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.201244584+08:00","OutputTime":"2022-05-09T10:49:29.20124475+08:00","PullTime":"2022-05-09T10:49:29.200372862+08:00","PushTime":"2022-05-09T10:49:28.425500511+08:00","ReceiviedTime":"2022-05-09T10:49:28.424943195+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"98be7a86-35b0-4de3-b25b-e5880f43b5c7","Username":"system:serviceaccount:kube-system:endpoint-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"66aaf688-8d03-4f50-a269-11b8a3335b6d","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76.16ed4ff4ee2fa55a","Namespace":"service","Resource":"events","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.701548+08:00","RequestURI":"/api/v1/namespaces/service/events","ResponseObject":"","ResponseStatus":{"code":201,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.707962+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.299563854+08:00","OutputTime":"2022-05-09T10:49:29.299564332+08:00","PullTime":"2022-05-09T10:49:29.200492531+08:00","PushTime":"2022-05-09T10:49:28.425504962+08:00","ReceiviedTime":"2022-05-09T10:49:28.424943566+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"55383684-97b6-4924-a672-59b82bf10731","Username":"system:serviceaccount:kube-system:replicaset-controller"},"Verb":"create","Workspace":"devops"}
{"AuditID":"89129999-075e-44b5-a743-98c2c2cf0cd9","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx.16ed4ff4eeb99cb4","Namespace":"service","Resource":"events","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.711326+08:00","RequestURI":"/api/v1/namespaces/service/events","ResponseObject":"","ResponseStatus":{"code":201,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.713042+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.299657556+08:00","OutputTime":"2022-05-09T10:49:29.299658052+08:00","PullTime":"2022-05-09T10:49:29.200979379+08:00","PushTime":"2022-05-09T10:49:28.425513517+08:00","ReceiviedTime":"2022-05-09T10:49:28.424945533+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"create","Workspace":"devops"}
{"AuditID":"350e1fda-081c-424a-bb75-b5d27e1e62fd","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment.16ecd33e47bfa2c4","Namespace":"service","Resource":"events","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.687454+08:00","RequestURI":"/api/v1/namespaces/service/events/service-nexus3-deployment.16ecd33e47bfa2c4","ResponseObject":"","ResponseStatus":{"code":404,"metadata":{},"reason":"NotFound","status":"Failure"},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.689559+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.299889331+08:00","OutputTime":"2022-05-09T10:49:29.299889697+08:00","PullTime":"2022-05-09T10:49:29.19941617+08:00","PushTime":"2022-05-09T10:49:28.425482542+08:00","ReceiviedTime":"2022-05-09T10:49:28.42494159+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"a6eaae1b-e9c5-4f6e-9949-54eb1081158a","Username":"system:serviceaccount:kube-system:deployment-controller"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"595d14f5-db1f-4464-abe1-ead418639f05","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-svc","Namespace":"service","Resource":"endpoints","ResourceVersion":"125665579","Subresource":"","UID":"428cd3ed-bb35-435c-a952-7756793660f0"},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.702425+08:00","RequestURI":"/api/v1/namespaces/service/endpoints/service-nexus3-svc","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.710723+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.299911637+08:00","OutputTime":"2022-05-09T10:49:29.29991212+08:00","PullTime":"2022-05-09T10:49:29.20067785+08:00","PushTime":"2022-05-09T10:49:28.425507922+08:00","ReceiviedTime":"2022-05-09T10:49:28.42494382+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"98be7a86-35b0-4de3-b25b-e5880f43b5c7","Username":"system:serviceaccount:kube-system:endpoint-controller"},"Verb":"update","Workspace":"devops"}
{"AuditID":"2421c0e2-a2fb-447f-913f-d084765dc2e1","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:11.687844+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:11.700376+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:29.399689873+08:00","OutputTime":"2022-05-09T10:49:29.399690483+08:00","PullTime":"2022-05-09T10:49:29.199826629+08:00","PushTime":"2022-05-09T10:49:28.425491537+08:00","ReceiviedTime":"2022-05-09T10:49:28.424942418+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"55383684-97b6-4924-a672-59b82bf10731","Username":"system:serviceaccount:kube-system:replicaset-controller"},"Verb":"delete","Workspace":"devops"}
{"AuditID":"d316e5b1-4594-4332-a281-2c7312489dbb","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:17.77255+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:17.777675+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:30.200193194+08:00","OutputTime":"2022-05-09T10:49:30.200193659+08:00","PullTime":"2022-05-09T10:49:30.104457823+08:00","PushTime":"2022-05-09T10:49:28.42576363+08:00","ReceiviedTime":"2022-05-09T10:49:28.425013629+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"9333b764-ed6a-48ee-94de-1bce072a4318","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:18.830471+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:18.830471+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:30.302904188+08:00","OutputTime":"2022-05-09T10:49:30.302904725+08:00","PullTime":"2022-05-09T10:49:30.30151509+08:00","PushTime":"2022-05-09T10:49:28.425822371+08:00","ReceiviedTime":"2022-05-09T10:49:28.42502642+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"98fca979-26f6-4ebf-a42d-e00d77069d55","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:27.483181+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:27.487623+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:31.704330311+08:00","OutputTime":"2022-05-09T10:49:31.704330509+08:00","PullTime":"2022-05-09T10:49:31.702965578+08:00","PushTime":"2022-05-09T10:49:28.426610652+08:00","ReceiviedTime":"2022-05-09T10:49:28.42513834+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"42b5765d-70fc-4491-94fb-6db8f0fbc392","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:27.489398+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:27.516814+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:31.999683117+08:00","OutputTime":"2022-05-09T10:49:31.999683715+08:00","PullTime":"2022-05-09T10:49:31.705580641+08:00","PushTime":"2022-05-09T10:49:28.426617789+08:00","ReceiviedTime":"2022-05-09T10:49:28.425139661+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"delete","Workspace":"devops"}
{"AuditID":"c21d93e6-974a-4b39-80ea-0bd735004c51","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:16.09332+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:16.120673+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:33.499504206+08:00","OutputTime":"2022-05-09T10:49:33.499504561+08:00","PullTime":"2022-05-09T10:49:33.399581281+08:00","PushTime":"2022-05-09T10:49:32.3025634+08:00","ReceiviedTime":"2022-05-09T10:49:32.302063563+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"4bd00ecc-d55b-44ca-accf-01f7dc212356","Username":"system:serviceaccount:kube-system:calico-node"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"c21d93e6-974a-4b39-80ea-0bd735004c51","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:16.09332+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:16.09332+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:35.199839386+08:00","OutputTime":"2022-05-09T10:49:35.199840041+08:00","PullTime":"2022-05-09T10:49:35.106322116+08:00","PushTime":"2022-05-09T10:49:33.200012066+08:00","ReceiviedTime":"2022-05-09T10:49:33.001017828+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:serviceaccounts,system:serviceaccounts:kube-system,system:authenticated","UID":"4bd00ecc-d55b-44ca-accf-01f7dc212356","Username":"system:serviceaccount:kube-system:calico-node"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"9333b764-ed6a-48ee-94de-1bce072a4318","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:18.830471+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":{"code":200,"metadata":{}},"SourceIPs":"172.31.240.136","Stage":"ResponseComplete","StageTimestamp":"2022-05-09T10:49:18.83452+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:36.301022653+08:00","OutputTime":"2022-05-09T10:49:36.301023053+08:00","PullTime":"2022-05-09T10:49:36.100974452+08:00","PushTime":"2022-05-09T10:49:36.099607238+08:00","ReceiviedTime":"2022-05-09T10:49:36.015056931+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"patch","Workspace":"devops"}
{"AuditID":"42b5765d-70fc-4491-94fb-6db8f0fbc392","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:27.489398+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:27.489398+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:37.814617371+08:00","OutputTime":"2022-05-09T10:49:37.814617747+08:00","PullTime":"2022-05-09T10:49:37.702183505+08:00","PushTime":"2022-05-09T10:49:36.100239838+08:00","ReceiviedTime":"2022-05-09T10:49:36.015167439+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"delete","Workspace":"devops"}
{"AuditID":"98fca979-26f6-4ebf-a42d-e00d77069d55","Cluster":"","Devops":"","Level":"Metadata","Message":"","ObjectRef":{"APIGroup":"","APIVersion":"v1","Name":"service-nexus3-deployment-57995fcd76-t6bhx","Namespace":"service","Resource":"pods","ResourceVersion":"","Subresource":"status","UID":""},"RequestObject":"","RequestReceivedTimestamp":"2022-05-09T10:49:27.483181+08:00","RequestURI":"/api/v1/namespaces/service/pods/service-nexus3-deployment-57995fcd76-t6bhx/status","ResponseObject":"","ResponseStatus":null,"SourceIPs":"172.31.240.136","Stage":"RequestReceived","StageTimestamp":"2022-05-09T10:49:27.483181+08:00","Trace":{"MatchTimeout":false,"MatchedTime":"2022-05-09T10:49:37.810103928+08:00","OutputTime":"2022-05-09T10:49:37.810104358+08:00","PullTime":"2022-05-09T10:49:37.702163842+08:00","PushTime":"2022-05-09T10:49:36.10023286+08:00","ReceiviedTime":"2022-05-09T10:49:36.015166258+08:00","WaitRoutinesTimeout":false},"User":{"Groups":"system:nodes,system:authenticated","UID":"","Username":"system:node:fzck-k8s-136"},"Verb":"patch","Workspace":"devops"}

nexus log:

2022-05-09 02:49:11,748+0000 WARN  [SIGTERM handler]  *SYSTEM com.orientechnologies.orient.core.OSignalHandler - Received signal: SIGTERM
2022-05-09 02:49:11,957+0000 INFO  [FelixStartLevel]  *SYSTEM org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@1cff31ab{HTTP
/1.1, (http/1.1)}{0.0.0.0:8082}
2022-05-09 02:49:11,959+0000 INFO  [FelixStartLevel]  *SYSTEM org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@40f8e125{HTTP
/1.1, (http/1.1)}{0.0.0.0:8083}
2022-05-09 02:49:11,965+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Destroyed
2022-05-09 02:49:11,965+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.siesta.SiestaServlet - Destroyed
2022-05-09 02:49:12,097+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusContextListener - Uptime: 37 hours, 43 minutes, 5
5 seconds and 685 milliseconds (nexus-oss-edition/3.29.2.02)
2022-05-09 02:49:12,098+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Shutting down
2022-05-09 02:49:12,099+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop TASKS
2022-05-09 02:49:12,100+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.quartz.internal.QuartzSchedulerSPI - Scheduler put into stand-b
y mode
2022-05-09 02:49:12,101+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop CAPABILITIES
2022-05-09 02:49:12,106+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop SERVICES
2022-05-09 02:49:12,116+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.jetty.ConnectorRegistrarImpl - Removing connector conf
iguration DockerConnectorConfiguration{repositoryName=docker-group, scheme=http, port=8082}
2022-05-09 02:49:12,131+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.jetty.ConnectorRegistrarImpl - Removing connector conf
iguration DockerConnectorConfiguration{repositoryName=docker-hosted, scheme=http, port=8083}
2022-05-09 02:49:12,394+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'NPM_CATALOGED_VERSIONS' removed from Ehca
cheManager.
2022-05-09 02:49:12,403+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop SECURITY
2022-05-09 02:49:12,428+0000 INFO  [FelixStartLevel]  *SYSTEM org.apache.shiro.session.mgt.AbstractValidatingSessionManager - Disabled session v
alidation scheduler.
2022-05-09 02:49:12,428+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop EVENTS
2022-05-09 02:49:12,428+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop SCHEMAS
2022-05-09 02:49:12,431+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop UPGRADE
2022-05-09 02:49:12,432+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop RESTORE
2022-05-09 02:49:12,432+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop STORAGE
2022-05-09 02:49:12,433+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'maven-aliyun#negative-cache' removed from
 EhcacheManager.
2022-05-09 02:49:12,434+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'NexusAuthorizingRealm.authorizationCache'
 removed from EhcacheManager.
2022-05-09 02:49:12,434+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'jk-dev-snapshots#negative-cache' removed 
from EhcacheManager.
2022-05-09 02:49:12,435+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'nuget.org-proxy#odata-query-cache' remove
d from EhcacheManager.
2022-05-09 02:49:12,435+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'jk-dev-releases#negative-cache' removed f
rom EhcacheManager.
2022-05-09 02:49:12,440+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'nuget.org-proxy#negative-cache' removed f
rom EhcacheManager.
2022-05-09 02:49:12,440+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'docker-proxy#negative-cache' removed from
 EhcacheManager.
2022-05-09 02:49:12,441+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'nuget-group#odata-query-cache' removed fr
om EhcacheManager.
2022-05-09 02:49:12,442+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'shiro-activeSessionCache' removed from Eh
cacheManager.
2022-05-09 02:49:12,442+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'NexusAuthenticatingRealm.authenticationCa
che' removed from EhcacheManager.
2022-05-09 02:49:12,442+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'nugetV3ServiceIndexCache' removed from Eh
cacheManager.
2022-05-09 02:49:12,442+0000 INFO  [FelixStartLevel]  *SYSTEM org.ehcache.core.EhcacheManager - Cache 'maven-central#negative-cache' removed fro
m EhcacheManager.
2022-05-09 02:49:12,446+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.cache.internal.ehcache.EhCacheManagerProvider - Cache-manager c
losed
2022-05-09 02:49:12,447+0000 INFO  [FelixStartLevel]  *SYSTEM org.elasticsearch.node - [196198AD-5BA1E41C-C789C158-5FF6370B-0DAA19BB] stopping .
..
2022-05-09 02:49:12,539+0000 INFO  [FelixStartLevel]  *SYSTEM org.elasticsearch.node - [196198AD-5BA1E41C-C789C158-5FF6370B-0DAA19BB] stopped
2022-05-09 02:49:12,539+0000 INFO  [FelixStartLevel]  *SYSTEM org.elasticsearch.node - [196198AD-5BA1E41C-C789C158-5FF6370B-0DAA19BB] closing ..
.
2022-05-09 02:49:12,558+0000 INFO  [FelixStartLevel]  *SYSTEM org.elasticsearch.node - [196198AD-5BA1E41C-C789C158-5FF6370B-0DAA19BB] closed
2022-05-09 02:49:12,569+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.orient.DatabaseManagerImpl - Stopping 3 pools
2022-05-09 02:49:12,569+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.orient.DatabaseManagerImpl - Stopping pool: security
2022-05-09 02:49:12,569+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.orient.DatabaseManagerImpl - Stopping pool: component
2022-05-09 02:49:12,569+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.orient.DatabaseManagerImpl - Stopping pool: config
2022-05-09 02:49:12,570+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.orient.DatabaseServerImpl$1 - OrientDB Server is shutt
ing down...
2022-05-09 02:49:12,570+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.orient.DatabaseServerImpl$1 - Shutting down protocols
2022-05-09 02:49:12,571+0000 INFO  [FelixStartLevel]  *SYSTEM com.orientechnologies.orient.server.plugin.OServerPluginManager - Shutting down pl
ugins:
2022-05-09 02:49:12,571+0000 INFO  [FelixStartLevel]  *SYSTEM com.orientechnologies.orient.server.plugin.OServerPluginManager - - jmx
2022-05-09 02:49:12,571+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.orient.DatabaseServerImpl$1 - OrientDB Server shutdown
 complete
2022-05-09 02:49:12,572+0000 INFO  [FelixStartLevel]  *SYSTEM com.orientechnologies.orient.core.Orient - Orient Engine is shutting down...
2022-05-09 02:49:12,579+0000 INFO  [FelixStartLevel]  *SYSTEM com.orientechnologies.orient.core.Orient - - shutdown storage: component...
2022-05-09 02:49:12,746+0000 INFO  [FelixStartLevel]  *SYSTEM com.orientechnologies.orient.core.Orient - - shutdown storage: security...
2022-05-09 02:49:12,786+0000 INFO  [FelixStartLevel]  *SYSTEM com.orientechnologies.orient.core.Orient - - shutdown storage: config...
2022-05-09 02:49:12,874+0000 INFO  [FelixStartLevel]  *SYSTEM com.orientechnologies.orient.core.Orient - - shutdown storage: OSystem...
2022-05-09 02:49:13,569+0000 INFO  [FelixStartLevel]  *SYSTEM com.orientechnologies.orient.core.Orient - OrientDB Engine shutdown complete
2022-05-09 02:49:13,570+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.internal.orient.DatabaseServerImpl - Shutdown
2022-05-09 02:49:13,573+0000 INFO  [FelixStartLevel]  *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop KERNEL

HPA is not enabled:

# kubectl get hpa -A
No resources found