Skip to content

Instantly share code, notes, and snippets.

@LuisRojas-LetsWarp
Last active July 19, 2021 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuisRojas-LetsWarp/0d4d711567aa6485c74b59177b31c93b to your computer and use it in GitHub Desktop.
Save LuisRojas-LetsWarp/0d4d711567aa6485c74b59177b31c93b to your computer and use it in GitHub Desktop.
log file for rancher container -- docker logs 97b7d8f638ac 2>&1 | tee /tmp/logfile.txt
2021/07/19 12:25:07 [INFO] Rancher version v2.5.9 (3c5418944) is starting
2021/07/19 12:25:07 [INFO] Rancher arguments {ACMEDomains:[] AddLocal:true Embedded:false BindHost: HTTPListenPort:80 HTTPSListenPort:443 K8sMode:auto Debug:false Trace:false NoCACerts:false AuditLogPath:/var/log/auditlog/rancher-api-audit.log AuditLogMaxage:10 AuditLogMaxsize:100 AuditLogMaxbackup:10 AuditLevel:0 Agent:false Features: ClusterRegistry:}
2021/07/19 12:25:07 [INFO] Listening on /tmp/log.sock
2021/07/19 12:25:07 [INFO] Running etcd --data-dir=management-state/etcd --heartbeat-interval=500 --election-timeout=5000
2021-07-19 12:25:07.425851 W | pkg/flags: unrecognized environment variable ETCD_URL_arm64=https://github.com/etcd-io/etcd/releases/download/v3.4.3/etcd-v3.4.3-linux-arm64.tar.gz
2021-07-19 12:25:07.425867 W | pkg/flags: unrecognized environment variable ETCD_URL_amd64=https://github.com/etcd-io/etcd/releases/download/v3.4.3/etcd-v3.4.3-linux-amd64.tar.gz
2021-07-19 12:25:07.425869 W | pkg/flags: unrecognized environment variable ETCD_UNSUPPORTED_ARCH=amd64
2021-07-19 12:25:07.425871 W | pkg/flags: unrecognized environment variable ETCD_URL=ETCD_URL_amd64
[WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead
2021-07-19 12:25:07.425885 I | etcdmain: etcd Version: 3.4.3
2021-07-19 12:25:07.425887 I | etcdmain: Git SHA: 3cf2f69b5
2021-07-19 12:25:07.425888 I | etcdmain: Go Version: go1.12.12
2021-07-19 12:25:07.425890 I | etcdmain: Go OS/Arch: linux/amd64
2021-07-19 12:25:07.425893 I | etcdmain: setting maximum number of CPUs to 16, total number of available CPUs is 16
[WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead
2021-07-19 12:25:07.426173 I | embed: name = default
2021-07-19 12:25:07.426178 I | embed: data dir = management-state/etcd
2021-07-19 12:25:07.426180 I | embed: member dir = management-state/etcd/member
2021-07-19 12:25:07.426182 I | embed: heartbeat = 500ms
2021-07-19 12:25:07.426183 I | embed: election = 5000ms
2021-07-19 12:25:07.426185 I | embed: snapshot count = 100000
2021-07-19 12:25:07.426191 I | embed: advertise client URLs = http://localhost:2379
2021-07-19 12:25:07.445295 I | etcdserver: starting member 8e9e05c52164694d in cluster cdf818194e3a8c32
raft2021/07/19 12:25:07 INFO: 8e9e05c52164694d switched to configuration voters=()
raft2021/07/19 12:25:07 INFO: 8e9e05c52164694d became follower at term 0
raft2021/07/19 12:25:07 INFO: newRaft 8e9e05c52164694d [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]
raft2021/07/19 12:25:07 INFO: 8e9e05c52164694d became follower at term 1
raft2021/07/19 12:25:07 INFO: 8e9e05c52164694d switched to configuration voters=(10276657743932975437)
2021-07-19 12:25:07.457127 W | auth: simple token is not cryptographically signed
2021-07-19 12:25:07.464454 I | etcdserver: starting server... [version: 3.4.3, cluster version: to_be_decided]
2021-07-19 12:25:07.464609 I | etcdserver: 8e9e05c52164694d as single-node; fast-forwarding 9 ticks (election ticks 10)
raft2021/07/19 12:25:07 INFO: 8e9e05c52164694d switched to configuration voters=(10276657743932975437)
2021-07-19 12:25:07.464734 I | etcdserver/membership: added member 8e9e05c52164694d [http://localhost:2380] to cluster cdf818194e3a8c32
2021-07-19 12:25:07.465504 I | embed: listening for peers on 127.0.0.1:2380
raft2021/07/19 12:25:11 INFO: 8e9e05c52164694d is starting a new election at term 1
raft2021/07/19 12:25:11 INFO: 8e9e05c52164694d became candidate at term 2
raft2021/07/19 12:25:11 INFO: 8e9e05c52164694d received MsgVoteResp from 8e9e05c52164694d at term 2
raft2021/07/19 12:25:11 INFO: 8e9e05c52164694d became leader at term 2
raft2021/07/19 12:25:11 INFO: raft.node: 8e9e05c52164694d elected leader 8e9e05c52164694d at term 2
2021-07-19 12:25:11.445755 I | etcdserver: setting up the initial cluster version to 3.4
2021-07-19 12:25:11.456826 N | etcdserver/membership: set the initial cluster version to 3.4
2021-07-19 12:25:11.456856 I | etcdserver/api: enabled capabilities for version 3.4
2021-07-19 12:25:11.456871 I | etcdserver: published {Name:default ClientURLs:[http://localhost:2379]} to cluster cdf818194e3a8c32
2021-07-19 12:25:11.456879 I | embed: ready to serve client requests
2021-07-19 12:25:11.457352 N | embed: serving insecure client requests on 127.0.0.1:2379, this is strongly discouraged!
2021/07/19 12:25:11 [INFO] Waiting for k3s to start
time="2021-07-19T12:25:11Z" level=info msg="Acquiring lock file /var/lib/rancher/k3s/data/.lock"
time="2021-07-19T12:25:11Z" level=info msg="Preparing data dir /var/lib/rancher/k3s/data/ab1b521f47b3cbc273e0c667521084cff1ea3540d55b425ac7ed30c27daf92f8"
2021/07/19 12:25:12 [INFO] Waiting for k3s to start
time="2021-07-19T12:25:12.901366946Z" level=info msg="Starting k3s v1.19.8+k3s1 (95fc76b2)"
time="2021-07-19T12:25:12.909007195Z" level=info msg="certificate CN=system:admin,O=system:masters signed by CN=k3s-client-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.909295407Z" level=info msg="certificate CN=system:kube-controller-manager signed by CN=k3s-client-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.909592376Z" level=info msg="certificate CN=system:kube-scheduler signed by CN=k3s-client-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.909881905Z" level=info msg="certificate CN=kube-apiserver signed by CN=k3s-client-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.910159559Z" level=info msg="certificate CN=system:kube-proxy signed by CN=k3s-client-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.910415157Z" level=info msg="certificate CN=system:k3s-controller signed by CN=k3s-client-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.910706855Z" level=info msg="certificate CN=cloud-controller-manager signed by CN=k3s-client-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.911166854Z" level=info msg="certificate CN=kube-apiserver signed by CN=k3s-server-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.911642441Z" level=info msg="certificate CN=system:auth-proxy signed by CN=k3s-request-header-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.912114789Z" level=info msg="certificate CN=etcd-server signed by CN=etcd-server-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.912393495Z" level=info msg="certificate CN=etcd-client signed by CN=etcd-server-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:12.912830792Z" level=info msg="certificate CN=etcd-peer signed by CN=etcd-peer-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:12 +0000 UTC"
time="2021-07-19T12:25:13.077644393Z" level=info msg="certificate CN=k3s,O=k3s signed by CN=k3s-server-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:13 +0000 UTC"
time="2021-07-19T12:25:13.077818525Z" level=info msg="Active TLS secret (ver=) (count 7): map[listener.cattle.io/cn-10.43.0.1:10.43.0.1 listener.cattle.io/cn-127.0.0.1:127.0.0.1 listener.cattle.io/cn-172.17.0.2:172.17.0.2 listener.cattle.io/cn-kubernetes:kubernetes listener.cattle.io/cn-kubernetes.default:kubernetes.default listener.cattle.io/cn-kubernetes.default.svc.cluster.local:kubernetes.default.svc.cluster.local listener.cattle.io/cn-localhost:localhost listener.cattle.io/fingerprint:SHA1=273C7AAEB49D605F55512CB7DBEEFA5D5EAA3599]"
time="2021-07-19T12:25:13.080512190Z" level=info msg="Running kube-apiserver --advertise-port=6443 --allow-privileged=true --anonymous-auth=false --api-audiences=unknown --authorization-mode=Node,RBAC --bind-address=127.0.0.1 --cert-dir=/var/lib/rancher/k3s/server/tls/temporary-certs --client-ca-file=/var/lib/rancher/k3s/server/tls/client-ca.crt --enable-admission-plugins=NodeRestriction --etcd-servers=http://localhost:2379 --insecure-port=0 --kubelet-certificate-authority=/var/lib/rancher/k3s/server/tls/server-ca.crt --kubelet-client-certificate=/var/lib/rancher/k3s/server/tls/client-kube-apiserver.crt --kubelet-client-key=/var/lib/rancher/k3s/server/tls/client-kube-apiserver.key --profiling=false --proxy-client-cert-file=/var/lib/rancher/k3s/server/tls/client-auth-proxy.crt --proxy-client-key-file=/var/lib/rancher/k3s/server/tls/client-auth-proxy.key --requestheader-allowed-names=system:auth-proxy --requestheader-client-ca-file=/var/lib/rancher/k3s/server/tls/request-header-ca.crt --requestheader-extra-headers-prefix=X-Remote-Extra- --requestheader-group-headers=X-Remote-Group --requestheader-username-headers=X-Remote-User --secure-port=6444 --service-account-issuer=k3s --service-account-key-file=/var/lib/rancher/k3s/server/tls/service.key --service-account-signing-key-file=/var/lib/rancher/k3s/server/tls/service.key --service-cluster-ip-range=10.43.0.0/16 --storage-backend=etcd3 --tls-cert-file=/var/lib/rancher/k3s/server/tls/serving-kube-apiserver.crt --tls-private-key-file=/var/lib/rancher/k3s/server/tls/serving-kube-apiserver.key"
I0719 12:25:13.081072 51 server.go:652] external host was not specified, using 172.17.0.2
I0719 12:25:13.081194 51 server.go:177] Version: v1.19.8+k3s1
I0719 12:25:13.328068 51 plugins.go:158] Loaded 12 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,LimitRanger,ServiceAccount,NodeRestriction,TaintNodesByCondition,Priority,DefaultTolerationSeconds,DefaultStorageClass,StorageObjectInUseProtection,RuntimeClass,DefaultIngressClass,MutatingAdmissionWebhook.
I0719 12:25:13.328077 51 plugins.go:161] Loaded 10 validating admission controller(s) successfully in the following order: LimitRanger,ServiceAccount,Priority,PersistentVolumeClaimResize,RuntimeClass,CertificateApproval,CertificateSigning,CertificateSubjectRestriction,ValidatingAdmissionWebhook,ResourceQuota.
I0719 12:25:13.328592 51 plugins.go:158] Loaded 12 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,LimitRanger,ServiceAccount,NodeRestriction,TaintNodesByCondition,Priority,DefaultTolerationSeconds,DefaultStorageClass,StorageObjectInUseProtection,RuntimeClass,DefaultIngressClass,MutatingAdmissionWebhook.
I0719 12:25:13.328598 51 plugins.go:161] Loaded 10 validating admission controller(s) successfully in the following order: LimitRanger,ServiceAccount,Priority,PersistentVolumeClaimResize,RuntimeClass,CertificateApproval,CertificateSigning,CertificateSubjectRestriction,ValidatingAdmissionWebhook,ResourceQuota.
I0719 12:25:13.338315 51 master.go:271] Using reconciler: lease
2021/07/19 12:25:13 [INFO] Waiting for k3s to start
W0719 12:25:13.530942 51 genericapiserver.go:412] Skipping API batch/v2alpha1 because it has no resources.
W0719 12:25:13.540227 51 genericapiserver.go:412] Skipping API discovery.k8s.io/v1alpha1 because it has no resources.
W0719 12:25:13.553622 51 genericapiserver.go:412] Skipping API node.k8s.io/v1alpha1 because it has no resources.
W0719 12:25:13.563479 51 genericapiserver.go:412] Skipping API rbac.authorization.k8s.io/v1alpha1 because it has no resources.
W0719 12:25:13.565518 51 genericapiserver.go:412] Skipping API scheduling.k8s.io/v1alpha1 because it has no resources.
W0719 12:25:13.574050 51 genericapiserver.go:412] Skipping API storage.k8s.io/v1alpha1 because it has no resources.
W0719 12:25:13.584597 51 genericapiserver.go:412] Skipping API apps/v1beta2 because it has no resources.
W0719 12:25:13.584606 51 genericapiserver.go:412] Skipping API apps/v1beta1 because it has no resources.
I0719 12:25:13.590741 51 plugins.go:158] Loaded 12 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,LimitRanger,ServiceAccount,NodeRestriction,TaintNodesByCondition,Priority,DefaultTolerationSeconds,DefaultStorageClass,StorageObjectInUseProtection,RuntimeClass,DefaultIngressClass,MutatingAdmissionWebhook.
I0719 12:25:13.590750 51 plugins.go:161] Loaded 10 validating admission controller(s) successfully in the following order: LimitRanger,ServiceAccount,Priority,PersistentVolumeClaimResize,RuntimeClass,CertificateApproval,CertificateSigning,CertificateSubjectRestriction,ValidatingAdmissionWebhook,ResourceQuota.
time="2021-07-19T12:25:13.595159614Z" level=info msg="Running kube-scheduler --address=127.0.0.1 --bind-address=127.0.0.1 --kubeconfig=/var/lib/rancher/k3s/server/cred/scheduler.kubeconfig --port=10251 --profiling=false --secure-port=0"
time="2021-07-19T12:25:13.595214685Z" level=info msg="Waiting for API server to become available"
I0719 12:25:13.595310 51 registry.go:173] Registering SelectorSpread plugin
I0719 12:25:13.595318 51 registry.go:173] Registering SelectorSpread plugin
time="2021-07-19T12:25:13.595452815Z" level=info msg="Running kube-controller-manager --address=127.0.0.1 --allocate-node-cidrs=true --bind-address=127.0.0.1 --cluster-cidr=10.42.0.0/16 --cluster-signing-cert-file=/var/lib/rancher/k3s/server/tls/client-ca.crt --cluster-signing-key-file=/var/lib/rancher/k3s/server/tls/client-ca.key --kubeconfig=/var/lib/rancher/k3s/server/cred/controller.kubeconfig --port=10252 --profiling=false --root-ca-file=/var/lib/rancher/k3s/server/tls/server-ca.crt --secure-port=0 --service-account-private-key-file=/var/lib/rancher/k3s/server/tls/service.key --use-service-account-credentials=true"
time="2021-07-19T12:25:13.596146414Z" level=info msg="Node token is available at /var/lib/rancher/k3s/server/token"
time="2021-07-19T12:25:13.596168219Z" level=info msg="To join node to cluster: k3s agent -s https://172.17.0.2:6443 -t ${NODE_TOKEN}"
time="2021-07-19T12:25:13.596744365Z" level=info msg="Wrote kubeconfig /etc/rancher/k3s/k3s.yaml"
time="2021-07-19T12:25:13.596755867Z" level=info msg="Run: k3s kubectl"
time="2021-07-19T12:25:13.596809582Z" level=info msg="Module overlay was already loaded"
time="2021-07-19T12:25:13.596822934Z" level=info msg="Module nf_conntrack was already loaded"
time="2021-07-19T12:25:13.596829133Z" level=info msg="Module br_netfilter was already loaded"
time="2021-07-19T12:25:13.596834908Z" level=info msg="Module iptable_nat was already loaded"
time="2021-07-19T12:25:13.602090323Z" level=info msg="Cluster-Http-Server 2021/07/19 12:25:13 http: TLS handshake error from 127.0.0.1:50772: remote error: tls: bad certificate"
time="2021-07-19T12:25:13.604111775Z" level=info msg="Cluster-Http-Server 2021/07/19 12:25:13 http: TLS handshake error from 127.0.0.1:50778: remote error: tls: bad certificate"
time="2021-07-19T12:25:13.608846970Z" level=info msg="certificate CN=local-node signed by CN=k3s-server-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:13 +0000 UTC"
time="2021-07-19T12:25:13.610017284Z" level=info msg="certificate CN=system:node:local-node,O=system:nodes signed by CN=k3s-client-ca@1626697512: notBefore=2021-07-19 12:25:12 +0000 UTC notAfter=2022-07-19 12:25:13 +0000 UTC"
time="2021-07-19T12:25:13.612422493Z" level=info msg="Logging containerd to /var/lib/rancher/k3s/agent/containerd/containerd.log"
time="2021-07-19T12:25:13.612506342Z" level=info msg="Running containerd -c /var/lib/rancher/k3s/agent/etc/containerd/config.toml -a /run/k3s/containerd/containerd.sock --state /run/k3s/containerd --root /var/lib/rancher/k3s/agent/containerd"
W0719 12:25:14.471271 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:14.473208 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:14 [INFO] Creating CRD clusters.management.cattle.io
time="2021-07-19T12:25:14.613691644Z" level=info msg="Containerd is now running"
I0719 12:25:14.663246 51 dynamic_cafile_content.go:167] Starting client-ca-bundle::/var/lib/rancher/k3s/server/tls/client-ca.crt
I0719 12:25:14.663246 51 dynamic_cafile_content.go:167] Starting request-header::/var/lib/rancher/k3s/server/tls/request-header-ca.crt
I0719 12:25:14.663412 51 dynamic_serving_content.go:130] Starting serving-cert::/var/lib/rancher/k3s/server/tls/serving-kube-apiserver.crt::/var/lib/rancher/k3s/server/tls/serving-kube-apiserver.key
I0719 12:25:14.663620 51 secure_serving.go:197] Serving securely on 127.0.0.1:6444
I0719 12:25:14.663646 51 autoregister_controller.go:141] Starting autoregister controller
I0719 12:25:14.663650 51 cache.go:32] Waiting for caches to sync for autoregister controller
I0719 12:25:14.663692 51 dynamic_serving_content.go:130] Starting aggregator-proxy-cert::/var/lib/rancher/k3s/server/tls/client-auth-proxy.crt::/var/lib/rancher/k3s/server/tls/client-auth-proxy.key
I0719 12:25:14.663705 51 tlsconfig.go:240] Starting DynamicServingCertificateController
I0719 12:25:14.663737 51 apiservice_controller.go:97] Starting APIServiceRegistrationController
I0719 12:25:14.663770 51 cache.go:32] Waiting for caches to sync for APIServiceRegistrationController controller
I0719 12:25:14.663812 51 crdregistration_controller.go:111] Starting crd-autoregister controller
I0719 12:25:14.663829 51 shared_informer.go:240] Waiting for caches to sync for crd-autoregister
I0719 12:25:14.663824 51 available_controller.go:475] Starting AvailableConditionController
I0719 12:25:14.663957 51 cache.go:32] Waiting for caches to sync for AvailableConditionController controller
I0719 12:25:14.664083 51 cluster_authentication_trust_controller.go:440] Starting cluster_authentication_trust_controller controller
I0719 12:25:14.664091 51 shared_informer.go:240] Waiting for caches to sync for cluster_authentication_trust_controller
I0719 12:25:14.664106 51 controller.go:83] Starting OpenAPI AggregationController
I0719 12:25:14.664137 51 customresource_discovery_controller.go:209] Starting DiscoveryController
I0719 12:25:14.664161 51 dynamic_cafile_content.go:167] Starting client-ca-bundle::/var/lib/rancher/k3s/server/tls/client-ca.crt
I0719 12:25:14.664180 51 dynamic_cafile_content.go:167] Starting request-header::/var/lib/rancher/k3s/server/tls/request-header-ca.crt
I0719 12:25:14.664286 51 crd_finalizer.go:266] Starting CRDFinalizer
I0719 12:25:14.664304 51 controller.go:86] Starting OpenAPI controller
I0719 12:25:14.664317 51 naming_controller.go:291] Starting NamingConditionController
I0719 12:25:14.664328 51 establishing_controller.go:76] Starting EstablishingController
I0719 12:25:14.664342 51 nonstructuralschema_controller.go:186] Starting NonStructuralSchemaConditionController
I0719 12:25:14.664352 51 apiapproval_controller.go:186] Starting KubernetesAPIApprovalPolicyConformantConditionController
W0719 12:25:14.678590 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:14 [INFO] Creating CRD settings.management.cattle.io
E0719 12:25:14.689544 51 controller.go:151] Unable to perform initial Kubernetes service initialization: Service "kubernetes" is invalid: spec.clusterIP: Invalid value: "10.43.0.1": cannot allocate resources of type serviceipallocations at this time
W0719 12:25:14.689673 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:14 [INFO] Creating CRD preferences.management.cattle.io
W0719 12:25:14.693261 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
time="2021-07-19T12:25:14.693384514Z" level=info msg="Waiting for cloudcontroller rbac role to be created"
2021/07/19 12:25:14 [INFO] Creating CRD features.management.cattle.io
E0719 12:25:14.700617 51 controller.go:156] Unable to remove old endpoints from kubernetes service: StorageError: key not found, Code: 1, Key: /registry/masterleases/172.17.0.2, ResourceVersion: 0, AdditionalErrorMsg:
W0719 12:25:14.701016 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:14 [INFO] Creating CRD clusterrepos.catalog.cattle.io
W0719 12:25:14.704336 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:14 [INFO] Creating CRD operations.catalog.cattle.io
W0719 12:25:14.708474 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:14 [INFO] Creating CRD apps.catalog.cattle.io
W0719 12:25:14.724562 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:14.741747 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:14 [INFO] Waiting for CRD clusters.management.cattle.io to become available
I0719 12:25:14.763765 51 cache.go:39] Caches are synced for autoregister controller
I0719 12:25:14.763881 51 shared_informer.go:247] Caches are synced for crd-autoregister
I0719 12:25:14.763997 51 cache.go:39] Caches are synced for APIServiceRegistrationController controller
I0719 12:25:14.764017 51 cache.go:39] Caches are synced for AvailableConditionController controller
I0719 12:25:14.764165 51 shared_informer.go:247] Caches are synced for cluster_authentication_trust_controller
W0719 12:25:15.243344 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:15 [INFO] Done waiting for CRD clusters.management.cattle.io to become available
2021/07/19 12:25:15 [INFO] Waiting for CRD apps.catalog.cattle.io to become available
time="2021-07-19T12:25:15.580392145Z" level=info msg="Connecting to proxy" url="wss://127.0.0.1:6443/v1-k3s/connect"
time="2021-07-19T12:25:15.581452478Z" level=info msg="Handling backend connection request [local-node]"
time="2021-07-19T12:25:15.581755666Z" level=warning msg="Disabling CPU quotas due to missing cpu.cfs_period_us"
time="2021-07-19T12:25:15.581784125Z" level=info msg="Running kubelet --address=0.0.0.0 --anonymous-auth=false --authentication-token-webhook=true --authorization-mode=Webhook --cgroup-driver=cgroupfs --client-ca-file=/var/lib/rancher/k3s/agent/client-ca.crt --cloud-provider=external --cluster-dns=10.43.0.10 --cluster-domain=cluster.local --cni-bin-dir=/var/lib/rancher/k3s/data/ab1b521f47b3cbc273e0c667521084cff1ea3540d55b425ac7ed30c27daf92f8/bin --cni-conf-dir=/var/lib/rancher/k3s/agent/etc/cni/net.d --container-runtime-endpoint=/run/k3s/containerd/containerd.sock --container-runtime=remote --containerd=/run/k3s/containerd/containerd.sock --cpu-cfs-quota=false --eviction-hard=imagefs.available<5%,nodefs.available<5% --eviction-minimum-reclaim=imagefs.available=10%,nodefs.available=10% --fail-swap-on=false --healthz-bind-address=127.0.0.1 --hostname-override=local-node --kubeconfig=/var/lib/rancher/k3s/agent/kubelet.kubeconfig --kubelet-cgroups=/k3s --node-labels= --pod-manifest-path=/var/lib/rancher/k3s/agent/pod-manifests --read-only-port=0 --resolv-conf=/etc/resolv.conf --runtime-cgroups=/k3s --serialize-image-pulls=false --tls-cert-file=/var/lib/rancher/k3s/agent/serving-kubelet.crt --tls-private-key-file=/var/lib/rancher/k3s/agent/serving-kubelet.key"
time="2021-07-19T12:25:15.582098101Z" level=info msg="Running kube-proxy --cluster-cidr=10.42.0.0/16 --healthz-bind-address=127.0.0.1 --hostname-override=local-node --kubeconfig=/var/lib/rancher/k3s/agent/kubeproxy.kubeconfig --proxy-mode=iptables"
Flag --cloud-provider has been deprecated, will be removed in 1.23, in favor of removing cloud provider code from Kubelet.
Flag --containerd has been deprecated, This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.
W0719 12:25:15.582279 51 server.go:226] WARNING: all flags other than --config, --write-config-to, and --cleanup are deprecated. Please begin using a config file ASAP.
I0719 12:25:15.582462 51 server.go:407] Version: v1.19.8+k3s1
W0719 12:25:15.582586 51 proxier.go:639] Failed to read file /lib/modules/5.11.0-22-generic/modules.builtin with error open /lib/modules/5.11.0-22-generic/modules.builtin: no such file or directory. You can ignore this message when kube-proxy is running inside container without mounting /lib/modules
W0719 12:25:15.582863 51 proxier.go:649] Failed to load kernel module ip_vs with modprobe. You can ignore this message when kube-proxy is running inside container without mounting /lib/modules
W0719 12:25:15.583044 51 proxier.go:649] Failed to load kernel module ip_vs_rr with modprobe. You can ignore this message when kube-proxy is running inside container without mounting /lib/modules
W0719 12:25:15.583234 51 proxier.go:649] Failed to load kernel module ip_vs_wrr with modprobe. You can ignore this message when kube-proxy is running inside container without mounting /lib/modules
W0719 12:25:15.583456 51 proxier.go:649] Failed to load kernel module ip_vs_sh with modprobe. You can ignore this message when kube-proxy is running inside container without mounting /lib/modules
W0719 12:25:15.583641 51 proxier.go:649] Failed to load kernel module nf_conntrack with modprobe. You can ignore this message when kube-proxy is running inside container without mounting /lib/modules
time="2021-07-19T12:25:15.584752220Z" level=info msg="Waiting for node local-node: nodes \"local-node\" not found"
E0719 12:25:15.586541 51 node.go:125] Failed to retrieve node info: nodes "local-node" is forbidden: User "system:kube-proxy" cannot get resource "nodes" in API group "" at the cluster scope
I0719 12:25:15.593534 51 dynamic_cafile_content.go:167] Starting client-ca-bundle::/var/lib/rancher/k3s/agent/client-ca.crt
I0719 12:25:15.663328 51 controller.go:132] OpenAPI AggregationController: action for item : Nothing (removed from the queue).
I0719 12:25:15.663378 51 controller.go:132] OpenAPI AggregationController: action for item k8s_internal_local_delegation_chain_0000000000: Nothing (removed from the queue).
I0719 12:25:15.669531 51 storage_scheduling.go:134] created PriorityClass system-node-critical with value 2000001000
I0719 12:25:15.671946 51 storage_scheduling.go:134] created PriorityClass system-cluster-critical with value 2000000000
I0719 12:25:15.671958 51 storage_scheduling.go:143] all system priority classes are created successfully or already exist.
time="2021-07-19T12:25:15.700544760Z" level=info msg="Waiting for cloudcontroller rbac role to be created"
W0719 12:25:15.745387 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:15 [INFO] Done waiting for CRD apps.catalog.cattle.io to become available
W0719 12:25:15.796519 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:15 [INFO] Creating CRD authconfigs.management.cattle.io
W0719 12:25:15.800253 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:15 [INFO] Creating CRD groupmembers.management.cattle.io
W0719 12:25:15.819688 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:15 [INFO] Creating CRD groups.management.cattle.io
W0719 12:25:15.821045 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:15 [INFO] Creating CRD tokens.management.cattle.io
W0719 12:25:15.830066 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:15 [INFO] Creating CRD userattributes.management.cattle.io
W0719 12:25:15.836297 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:15 [INFO] Creating CRD users.management.cattle.io
W0719 12:25:15.846017 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:15.867882 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:15 [INFO] Waiting for CRD userattributes.management.cattle.io to become available
I0719 12:25:16.191717 51 controller.go:609] quota admission added evaluator for: roles.rbac.authorization.k8s.io
I0719 12:25:16.229553 51 controller.go:609] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
W0719 12:25:16.373990 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:16 [INFO] Done waiting for CRD userattributes.management.cattle.io to become available
2021/07/19 12:25:16 [INFO] Waiting for CRD users.management.cattle.io to become available
W0719 12:25:16.374184 51 lease.go:233] Resetting endpoints for master service "kubernetes" to [172.17.0.2]
I0719 12:25:16.374891 51 controller.go:609] quota admission added evaluator for: endpoints
I0719 12:25:16.377755 51 controller.go:609] quota admission added evaluator for: endpointslices.discovery.k8s.io
time="2021-07-19T12:25:16.694392988Z" level=info msg="Kube API server is now running"
time="2021-07-19T12:25:16.694424036Z" level=info msg="k3s is up and running"
Flag --address has been deprecated, see --bind-address instead.
I0719 12:25:16.697012 51 controllermanager.go:175] Version: v1.19.8+k3s1
I0719 12:25:16.697292 51 deprecated_insecure_serving.go:53] Serving insecurely on 127.0.0.1:10252
I0719 12:25:16.697312 51 leaderelection.go:243] attempting to acquire leader lease kube-system/kube-controller-manager...
I0719 12:25:16.699249 51 registry.go:173] Registering SelectorSpread plugin
I0719 12:25:16.699256 51 registry.go:173] Registering SelectorSpread plugin
W0719 12:25:16.700014 51 authorization.go:47] Authorization is disabled
W0719 12:25:16.700020 51 authentication.go:40] Authentication is disabled
I0719 12:25:16.700023 51 deprecated_insecure_serving.go:51] Serving healthz insecurely on 127.0.0.1:10251
I0719 12:25:16.701256 51 controller.go:609] quota admission added evaluator for: leases.coordination.k8s.io
time="2021-07-19T12:25:16.701445599Z" level=info msg="Creating CRD addons.k3s.cattle.io"
time="2021-07-19T12:25:16.703645018Z" level=info msg="Waiting for cloudcontroller rbac role to be created"
I0719 12:25:16.703684 51 leaderelection.go:253] successfully acquired lease kube-system/kube-controller-manager
time="2021-07-19T12:25:16.703727602Z" level=info msg="Creating CRD helmcharts.helm.cattle.io"
I0719 12:25:16.703729 51 event.go:291] "Event occurred" object="kube-system/kube-controller-manager" kind="Endpoints" apiVersion="v1" type="Normal" reason="LeaderElection" message="97b7d8f638ac_b718ecd9-3b86-49d6-b981-2b80f694b5fa became leader"
I0719 12:25:16.703792 51 event.go:291] "Event occurred" object="kube-system/kube-controller-manager" kind="Lease" apiVersion="coordination.k8s.io/v1" type="Normal" reason="LeaderElection" message="97b7d8f638ac_b718ecd9-3b86-49d6-b981-2b80f694b5fa became leader"
time="2021-07-19T12:25:16.713892701Z" level=info msg="Creating CRD helmchartconfigs.helm.cattle.io"
E0719 12:25:16.723576 51 node.go:125] Failed to retrieve node info: nodes "local-node" not found
time="2021-07-19T12:25:16.741659055Z" level=info msg="Waiting for CRD helmchartconfigs.helm.cattle.io to become available"
I0719 12:25:16.800545 51 leaderelection.go:243] attempting to acquire leader lease kube-system/kube-scheduler...
I0719 12:25:16.804572 51 leaderelection.go:253] successfully acquired lease kube-system/kube-scheduler
W0719 12:25:16.875355 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:16 [INFO] Done waiting for CRD users.management.cattle.io to become available
time="2021-07-19T12:25:17.242802945Z" level=info msg="Done waiting for CRD helmchartconfigs.helm.cattle.io to become available"
time="2021-07-19T12:25:17.245843771Z" level=info msg="Writing static file: /var/lib/rancher/k3s/server/static/charts/traefik-1.81.0.tgz"
time="2021-07-19T12:25:17.246001155Z" level=info msg="Writing manifest: /var/lib/rancher/k3s/server/manifests/coredns.yaml"
time="2021-07-19T12:25:17.246049000Z" level=info msg="Writing manifest: /var/lib/rancher/k3s/server/manifests/rolebindings.yaml"
time="2021-07-19T12:25:17.246095931Z" level=info msg="Writing manifest: /var/lib/rancher/k3s/server/manifests/ccm.yaml"
I0719 12:25:17.346351 51 leaderelection.go:243] attempting to acquire leader lease kube-system/k3s...
time="2021-07-19T12:25:17.346342636Z" level=info msg="Starting k3s.cattle.io/v1, Kind=Addon controller"
time="2021-07-19T12:25:17.348548443Z" level=info msg="Waiting for master node local-node startup: nodes \"local-node\" not found"
time="2021-07-19T12:25:17.351483748Z" level=info msg="Cluster dns configmap has been set successfully"
I0719 12:25:17.351573 51 leaderelection.go:253] successfully acquired lease kube-system/k3s
I0719 12:25:17.365620 51 controller.go:609] quota admission added evaluator for: addons.k3s.cattle.io
I0719 12:25:17.381927 51 controller.go:609] quota admission added evaluator for: serviceaccounts
2021/07/19 12:25:17 [INFO] Starting API controllers
I0719 12:25:17.423612 51 controller.go:609] quota admission added evaluator for: deployments.apps
time="2021-07-19T12:25:17.452854581Z" level=info msg="Starting helm.cattle.io/v1, Kind=HelmChart controller"
time="2021-07-19T12:25:17.452861038Z" level=info msg="Starting helm.cattle.io/v1, Kind=HelmChartConfig controller"
time="2021-07-19T12:25:17.452863280Z" level=info msg="Starting batch/v1, Kind=Job controller"
time="2021-07-19T12:25:17.452863982Z" level=info msg="Starting /v1, Kind=Pod controller"
time="2021-07-19T12:25:17.452867144Z" level=info msg="Starting /v1, Kind=Endpoints controller"
time="2021-07-19T12:25:17.452867776Z" level=info msg="Starting /v1, Kind=Node controller"
time="2021-07-19T12:25:17.452868199Z" level=info msg="Starting /v1, Kind=Service controller"
2021/07/19 12:25:17 [INFO] Starting management.cattle.io/v3, Kind=User controller
2021/07/19 12:25:17 [INFO] Starting /v1, Kind=Secret controller
2021/07/19 12:25:17 [INFO] Starting management.cattle.io/v3, Kind=GroupMember controller
2021/07/19 12:25:17 [INFO] Starting management.cattle.io/v3, Kind=UserAttribute controller
2021/07/19 12:25:17 [INFO] Starting management.cattle.io/v3, Kind=Group controller
2021/07/19 12:25:17 [INFO] Starting management.cattle.io/v3, Kind=Token controller
W0719 12:25:17.531531 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:17.532649 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
time="2021-07-19T12:25:17.585508018Z" level=info msg="Waiting for node local-node: nodes \"local-node\" not found"
2021/07/19 12:25:17 [INFO] Starting apiextensions.k8s.io/v1beta1, Kind=CustomResourceDefinition controller
2021/07/19 12:25:17 [INFO] Starting apiregistration.k8s.io/v1, Kind=APIService controller
2021/07/19 12:25:17 [INFO] Starting management.cattle.io/v3, Kind=Setting controller
2021/07/19 12:25:17 [INFO] Starting /v1, Kind=ConfigMap controller
2021/07/19 12:25:17 [INFO] Starting /v1, Kind=Secret controller
time="2021-07-19T12:25:17.676539959Z" level=info msg="Cluster-Http-Server 2021/07/19 12:25:17 http: TLS handshake error from 127.0.0.1:51034: EOF"
I0719 12:25:17.676599 8 leaderelection.go:243] attempting to acquire leader lease kube-system/cattle-controllers...
2021/07/19 12:25:17 [INFO] Starting management.cattle.io/v3, Kind=Cluster controller
2021/07/19 12:25:17 [INFO] Starting catalog.cattle.io/v1, Kind=ClusterRepo controller
2021/07/19 12:25:17 [INFO] Starting rbac.authorization.k8s.io/v1, Kind=Role controller
2021/07/19 12:25:17 [INFO] Starting rbac.authorization.k8s.io/v1, Kind=RoleBinding controller
2021/07/19 12:25:17 [INFO] Starting rbac.authorization.k8s.io/v1, Kind=ClusterRole controller
2021/07/19 12:25:17 [INFO] Starting management.cattle.io/v3, Kind=Preference controller
2021/07/19 12:25:17 [INFO] Starting management.cattle.io/v3, Kind=Feature controller
2021/07/19 12:25:17 [INFO] Starting rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding controller
I0719 12:25:17.679103 8 leaderelection.go:253] successfully acquired lease kube-system/cattle-controllers
W0719 12:25:17.690276 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:17.696356 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:17 [INFO] Creating CRD fleetworkspaces.management.cattle.io
W0719 12:25:17.698774 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
time="2021-07-19T12:25:17.709680611Z" level=info msg="Running cloud-controller-manager --allocate-node-cidrs=true --allow-untagged-cloud=true --bind-address=127.0.0.1 --cloud-provider=k3s --cluster-cidr=10.42.0.0/16 --kubeconfig=/var/lib/rancher/k3s/server/cred/cloud-controller.kubeconfig --node-status-update-frequency=1m --profiling=false --secure-port=0"
Flag --allow-untagged-cloud has been deprecated, This flag is deprecated and will be removed in a future release. A cluster-id will be required on cloud instances.
W0719 12:25:17.710257 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:17 [INFO] Waiting for CRD fleetworkspaces.management.cattle.io to become available
I0719 12:25:17.712030 51 controllermanager.go:127] Version: v1.19.8+k3s1
W0719 12:25:17.712039 51 controllermanager.go:139] detected a cluster without a ClusterID. A ClusterID will be required in the future. Please tag your cluster to avoid any future issues
I0719 12:25:17.712052 51 leaderelection.go:243] attempting to acquire leader lease kube-system/cloud-controller-manager...
I0719 12:25:17.726649 51 leaderelection.go:253] successfully acquired lease kube-system/cloud-controller-manager
I0719 12:25:17.726690 51 event.go:291] "Event occurred" object="kube-system/cloud-controller-manager" kind="Endpoints" apiVersion="v1" type="Normal" reason="LeaderElection" message="97b7d8f638ac_0578eb9a-5648-48ca-bb02-b11b4a781ff1 became leader"
I0719 12:25:17.726702 51 event.go:291] "Event occurred" object="kube-system/cloud-controller-manager" kind="Lease" apiVersion="coordination.k8s.io/v1" type="Normal" reason="LeaderElection" message="97b7d8f638ac_0578eb9a-5648-48ca-bb02-b11b4a781ff1 became leader"
I0719 12:25:17.727936 51 node_controller.go:108] Sending events to api server.
I0719 12:25:17.727959 51 controllermanager.go:254] Started "cloud-node"
I0719 12:25:17.728538 51 node_lifecycle_controller.go:77] Sending events to api server
I0719 12:25:17.728554 51 controllermanager.go:254] Started "cloud-node-lifecycle"
E0719 12:25:17.729153 51 core.go:97] Failed to start service controller: the cloud provider does not support external load balancers
W0719 12:25:17.729159 51 controllermanager.go:251] Skipping "service"
W0719 12:25:17.729162 51 core.go:115] configure-cloud-routes is set, but cloud provider does not support routes. Will not configure cloud provider routes.
W0719 12:25:17.729165 51 controllermanager.go:251] Skipping "route"
2021/07/19 12:25:17 [INFO] Steve auth startup complete
2021/07/19 12:25:18 [INFO] Refreshing all schemas
time="2021-07-19T12:25:18.181296272Z" level=info msg="Starting /v1, Kind=Secret controller"
time="2021-07-19T12:25:18.182605373Z" level=info msg="Active TLS secret k3s-serving (ver=344) (count 7): map[listener.cattle.io/cn-10.43.0.1:10.43.0.1 listener.cattle.io/cn-127.0.0.1:127.0.0.1 listener.cattle.io/cn-172.17.0.2:172.17.0.2 listener.cattle.io/cn-kubernetes:kubernetes listener.cattle.io/cn-kubernetes.default:kubernetes.default listener.cattle.io/cn-kubernetes.default.svc.cluster.local:kubernetes.default.svc.cluster.local listener.cattle.io/cn-localhost:localhost listener.cattle.io/fingerprint:SHA1=273C7AAEB49D605F55512CB7DBEEFA5D5EAA3599]"
W0719 12:25:18.215242 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Done waiting for CRD fleetworkspaces.management.cattle.io to become available
2021/07/19 12:25:18 [INFO] Running in single server mode, will not peer connections
W0719 12:25:18.219140 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:18.219147 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD apps.project.cattle.io
2021/07/19 12:25:18 [INFO] Creating CRD catalogs.management.cattle.io
2021/07/19 12:25:18 [INFO] Refreshing all schemas
W0719 12:25:18.221200 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD apprevisions.project.cattle.io
W0719 12:25:18.224498 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD pipelineexecutions.project.cattle.io
W0719 12:25:18.224852 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD catalogtemplates.management.cattle.io
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Binding
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ComponentStatus
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ConfigMap
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Endpoints
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Event
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind LimitRange
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Namespace
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Node
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind PersistentVolumeClaim
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind PersistentVolume
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Pod
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind PodTemplate
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ReplicationController
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ResourceQuota
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Secret
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ServiceAccount
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Service
2021/07/19 12:25:18 [INFO] APIVersion apiregistration.k8s.io/v1 Kind APIService
2021/07/19 12:25:18 [INFO] APIVersion apiregistration.k8s.io/v1beta1 Kind APIService
2021/07/19 12:25:18 [INFO] APIVersion extensions/v1beta1 Kind Ingress
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind ControllerRevision
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind DaemonSet
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind Deployment
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind ReplicaSet
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind StatefulSet
2021/07/19 12:25:18 [INFO] APIVersion events.k8s.io/v1 Kind Event
2021/07/19 12:25:18 [INFO] APIVersion events.k8s.io/v1beta1 Kind Event
2021/07/19 12:25:18 [INFO] APIVersion authentication.k8s.io/v1 Kind TokenReview
2021/07/19 12:25:18 [INFO] APIVersion authentication.k8s.io/v1beta1 Kind TokenReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1 Kind LocalSubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1 Kind SelfSubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1 Kind SelfSubjectRulesReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1 Kind SubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind LocalSubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SelfSubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SelfSubjectRulesReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion autoscaling/v1 Kind HorizontalPodAutoscaler
2021/07/19 12:25:18 [INFO] APIVersion autoscaling/v2beta1 Kind HorizontalPodAutoscaler
2021/07/19 12:25:18 [INFO] APIVersion autoscaling/v2beta2 Kind HorizontalPodAutoscaler
2021/07/19 12:25:18 [INFO] APIVersion batch/v1 Kind Job
2021/07/19 12:25:18 [INFO] APIVersion batch/v1beta1 Kind CronJob
2021/07/19 12:25:18 [INFO] APIVersion certificates.k8s.io/v1 Kind CertificateSigningRequest
2021/07/19 12:25:18 [INFO] APIVersion certificates.k8s.io/v1beta1 Kind CertificateSigningRequest
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1 Kind IngressClass
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1 Kind Ingress
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1 Kind NetworkPolicy
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1beta1 Kind IngressClass
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1beta1 Kind Ingress
2021/07/19 12:25:18 [INFO] APIVersion policy/v1beta1 Kind PodDisruptionBudget
2021/07/19 12:25:18 [INFO] APIVersion policy/v1beta1 Kind PodSecurityPolicy
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind ClusterRoleBinding
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind ClusterRole
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind RoleBinding
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind Role
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind ClusterRoleBinding
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind ClusterRole
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind RoleBinding
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind Role
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1 Kind CSIDriver
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1 Kind CSINode
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1 Kind StorageClass
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1 Kind VolumeAttachment
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1beta1 Kind CSIDriver
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1beta1 Kind CSINode
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1beta1 Kind StorageClass
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1beta1 Kind VolumeAttachment
2021/07/19 12:25:18 [INFO] APIVersion admissionregistration.k8s.io/v1 Kind MutatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] APIVersion admissionregistration.k8s.io/v1 Kind ValidatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] APIVersion admissionregistration.k8s.io/v1beta1 Kind MutatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] APIVersion admissionregistration.k8s.io/v1beta1 Kind ValidatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] APIVersion apiextensions.k8s.io/v1 Kind CustomResourceDefinition
2021/07/19 12:25:18 [INFO] APIVersion apiextensions.k8s.io/v1beta1 Kind CustomResourceDefinition
2021/07/19 12:25:18 [INFO] APIVersion scheduling.k8s.io/v1 Kind PriorityClass
2021/07/19 12:25:18 [INFO] APIVersion scheduling.k8s.io/v1beta1 Kind PriorityClass
2021/07/19 12:25:18 [INFO] APIVersion coordination.k8s.io/v1 Kind Lease
2021/07/19 12:25:18 [INFO] APIVersion coordination.k8s.io/v1beta1 Kind Lease
2021/07/19 12:25:18 [INFO] APIVersion node.k8s.io/v1beta1 Kind RuntimeClass
2021/07/19 12:25:18 [INFO] APIVersion discovery.k8s.io/v1beta1 Kind EndpointSlice
2021/07/19 12:25:18 [INFO] APIVersion catalog.cattle.io/v1 Kind ClusterRepo
2021/07/19 12:25:18 [INFO] APIVersion catalog.cattle.io/v1 Kind Operation
2021/07/19 12:25:18 [INFO] APIVersion catalog.cattle.io/v1 Kind App
2021/07/19 12:25:18 [INFO] APIVersion helm.cattle.io/v1 Kind HelmChartConfig
2021/07/19 12:25:18 [INFO] APIVersion helm.cattle.io/v1 Kind HelmChart
2021/07/19 12:25:18 [INFO] APIVersion k3s.cattle.io/v1 Kind Addon
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind AuthConfig
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Cluster
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind FleetWorkspace
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Preference
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Token
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind GroupMember
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind UserAttribute
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind User
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Setting
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Feature
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Group
W0719 12:25:18.231391 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD pipelinesettings.project.cattle.io
W0719 12:25:18.231512 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD catalogtemplateversions.management.cattle.io
W0719 12:25:18.233679 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:18.237422 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:18.237464 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD pipelines.project.cattle.io
2021/07/19 12:25:18 [INFO] Creating CRD clusteralerts.management.cattle.io
W0719 12:25:18.246970 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD sourcecodecredentials.project.cattle.io
W0719 12:25:18.247082 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD clusteralertgroups.management.cattle.io
W0719 12:25:18.253084 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:18.253097 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD sourcecodeproviderconfigs.project.cattle.io
2021/07/19 12:25:18 [INFO] Creating CRD clustercatalogs.management.cattle.io
W0719 12:25:18.259243 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:18.259287 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD clusterloggings.management.cattle.io
2021/07/19 12:25:18 [INFO] Creating CRD sourcecoderepositories.project.cattle.io
W0719 12:25:18.279410 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:18.279424 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD clusteralertrules.management.cattle.io
W0719 12:25:18.283611 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Waiting for CRD pipelines.project.cattle.io to become available
W0719 12:25:18.301761 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD clustermonitorgraphs.management.cattle.io
W0719 12:25:18.309717 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD clusterregistrationtokens.management.cattle.io
W0719 12:25:18.315916 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD clusterroletemplatebindings.management.cattle.io
W0719 12:25:18.326073 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD clusterscans.management.cattle.io
W0719 12:25:18.335941 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD composeconfigs.management.cattle.io
W0719 12:25:18.343052 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD dynamicschemas.management.cattle.io
W0719 12:25:18.351576 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD etcdbackups.management.cattle.io
time="2021-07-19T12:25:18.361165301Z" level=info msg="Waiting for master node local-node startup: nodes \"local-node\" not found"
W0719 12:25:18.361323 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD globalrolebindings.management.cattle.io
W0719 12:25:18.367564 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD globalroles.management.cattle.io
W0719 12:25:18.373628 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD kontainerdrivers.management.cattle.io
W0719 12:25:18.382936 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD multiclusterapps.management.cattle.io
2021/07/19 12:25:18 [INFO] Watching metadata for apps/v1, Kind=DaemonSet
2021/07/19 12:25:18 [INFO] Watching metadata for batch/v1, Kind=Job
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=User
2021/07/19 12:25:18 [INFO] Watching metadata for storage.k8s.io/v1, Kind=CSINode
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=Node
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=Feature
2021/07/19 12:25:18 [INFO] Watching metadata for certificates.k8s.io/v1, Kind=CertificateSigningRequest
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=ResourceQuota
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=Event
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=PersistentVolumeClaim
2021/07/19 12:25:18 [INFO] Watching metadata for admissionregistration.k8s.io/v1, Kind=ValidatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] Watching metadata for networking.k8s.io/v1, Kind=IngressClass
2021/07/19 12:25:18 [INFO] Watching metadata for k3s.cattle.io/v1, Kind=Addon
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=Setting
2021/07/19 12:25:18 [INFO] Watching metadata for policy/v1beta1, Kind=PodDisruptionBudget
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=PodTemplate
2021/07/19 12:25:18 [INFO] Watching metadata for apps/v1, Kind=ReplicaSet
2021/07/19 12:25:18 [INFO] Watching metadata for scheduling.k8s.io/v1, Kind=PriorityClass
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=Group
2021/07/19 12:25:18 [INFO] Watching metadata for apps/v1, Kind=StatefulSet
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=Namespace
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=Preference
2021/07/19 12:25:18 [INFO] Watching metadata for admissionregistration.k8s.io/v1, Kind=MutatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=Service
2021/07/19 12:25:18 [INFO] Watching metadata for networking.k8s.io/v1, Kind=NetworkPolicy
2021/07/19 12:25:18 [INFO] Watching metadata for storage.k8s.io/v1, Kind=StorageClass
2021/07/19 12:25:18 [INFO] Watching metadata for helm.cattle.io/v1, Kind=HelmChart
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=LimitRange
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=PersistentVolume
2021/07/19 12:25:18 [INFO] Watching metadata for discovery.k8s.io/v1beta1, Kind=EndpointSlice
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=Pod
2021/07/19 12:25:18 [INFO] Watching metadata for node.k8s.io/v1beta1, Kind=RuntimeClass
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=FleetWorkspace
2021/07/19 12:25:18 [INFO] Watching metadata for apiregistration.k8s.io/v1, Kind=APIService
2021/07/19 12:25:18 [INFO] Watching metadata for apiextensions.k8s.io/v1, Kind=CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Watching metadata for events.k8s.io/v1, Kind=Event
2021/07/19 12:25:18 [INFO] Watching metadata for apps/v1, Kind=Deployment
2021/07/19 12:25:18 [INFO] Watching metadata for rbac.authorization.k8s.io/v1, Kind=ClusterRole
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=Secret
2021/07/19 12:25:18 [INFO] Watching metadata for catalog.cattle.io/v1, Kind=App
2021/07/19 12:25:18 [INFO] Watching metadata for rbac.authorization.k8s.io/v1, Kind=RoleBinding
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=Token
2021/07/19 12:25:18 [INFO] Watching metadata for catalog.cattle.io/v1, Kind=Operation
2021/07/19 12:25:18 [INFO] Watching metadata for apps/v1, Kind=ControllerRevision
2021/07/19 12:25:18 [INFO] Watching metadata for batch/v1beta1, Kind=CronJob
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=AuthConfig
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=Cluster
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=ConfigMap
2021/07/19 12:25:18 [INFO] Watching metadata for coordination.k8s.io/v1, Kind=Lease
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=ReplicationController
2021/07/19 12:25:18 [INFO] Watching metadata for policy/v1beta1, Kind=PodSecurityPolicy
2021/07/19 12:25:18 [INFO] Watching metadata for storage.k8s.io/v1, Kind=VolumeAttachment
2021/07/19 12:25:18 [INFO] Watching metadata for rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding
2021/07/19 12:25:18 [INFO] Watching metadata for helm.cattle.io/v1, Kind=HelmChartConfig
2021/07/19 12:25:18 [INFO] Watching metadata for rbac.authorization.k8s.io/v1, Kind=Role
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=GroupMember
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=ServiceAccount
2021/07/19 12:25:18 [INFO] Watching metadata for storage.k8s.io/v1, Kind=CSIDriver
2021/07/19 12:25:18 [INFO] Watching metadata for autoscaling/v2beta2, Kind=HorizontalPodAutoscaler
2021/07/19 12:25:18 [INFO] Watching metadata for management.cattle.io/v3, Kind=UserAttribute
2021/07/19 12:25:18 [INFO] Watching metadata for networking.k8s.io/v1, Kind=Ingress
2021/07/19 12:25:18 [INFO] Watching metadata for /v1, Kind=Endpoints
2021/07/19 12:25:18 [INFO] Watching metadata for catalog.cattle.io/v1, Kind=ClusterRepo
W0719 12:25:18.399135 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD multiclusterapprevisions.management.cattle.io
W0719 12:25:18.407863 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD monitormetrics.management.cattle.io
W0719 12:25:18.409588 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD nodedrivers.management.cattle.io
W0719 12:25:18.419514 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD nodepools.management.cattle.io
I0719 12:25:18.425326 51 request.go:645] Throttling request took 1.04859824s, request: GET:https://127.0.0.1:6444/apis/scheduling.k8s.io/v1beta1?timeout=32s
W0719 12:25:18.425680 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD nodetemplates.management.cattle.io
W0719 12:25:18.431773 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD nodes.management.cattle.io
W0719 12:25:18.437932 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD notifiers.management.cattle.io
W0719 12:25:18.447461 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD podsecuritypolicytemplateprojectbindings.management.cattle.io
W0719 12:25:18.457090 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD podsecuritypolicytemplates.management.cattle.io
W0719 12:25:18.465261 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD projectalerts.management.cattle.io
W0719 12:25:18.471547 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD projectalertgroups.management.cattle.io
W0719 12:25:18.481011 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD projectcatalogs.management.cattle.io
W0719 12:25:18.487197 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD projectloggings.management.cattle.io
2021/07/19 12:25:18 [INFO] Refreshing all schemas
W0719 12:25:18.493459 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD projectalertrules.management.cattle.io
W0719 12:25:18.504421 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD projectmonitorgraphs.management.cattle.io
W0719 12:25:18.524012 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD projectnetworkpolicies.management.cattle.io
W0719 12:25:18.527014 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD projectroletemplatebindings.management.cattle.io
W0719 12:25:18.536907 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD projects.management.cattle.io
W0719 12:25:18.542770 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD rkek8ssystemimages.management.cattle.io
W0719 12:25:18.548769 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD rkek8sserviceoptions.management.cattle.io
W0719 12:25:18.554949 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD rkeaddons.management.cattle.io
W0719 12:25:18.563715 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD roletemplates.management.cattle.io
W0719 12:25:18.570023 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD cisconfigs.management.cattle.io
2021/07/19 12:25:18 [INFO] Refreshing all schemas
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Binding
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ComponentStatus
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ConfigMap
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Endpoints
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Event
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind LimitRange
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Namespace
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Node
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind PersistentVolumeClaim
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind PersistentVolume
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Pod
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind PodTemplate
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ReplicationController
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ResourceQuota
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Secret
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind ServiceAccount
2021/07/19 12:25:18 [INFO] APIVersion /v1 Kind Service
2021/07/19 12:25:18 [INFO] APIVersion apiregistration.k8s.io/v1 Kind APIService
2021/07/19 12:25:18 [INFO] APIVersion apiregistration.k8s.io/v1beta1 Kind APIService
2021/07/19 12:25:18 [INFO] APIVersion extensions/v1beta1 Kind Ingress
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind ControllerRevision
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind DaemonSet
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind Deployment
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind ReplicaSet
2021/07/19 12:25:18 [INFO] APIVersion apps/v1 Kind StatefulSet
2021/07/19 12:25:18 [INFO] APIVersion events.k8s.io/v1 Kind Event
2021/07/19 12:25:18 [INFO] APIVersion events.k8s.io/v1beta1 Kind Event
2021/07/19 12:25:18 [INFO] APIVersion authentication.k8s.io/v1 Kind TokenReview
2021/07/19 12:25:18 [INFO] APIVersion authentication.k8s.io/v1beta1 Kind TokenReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1 Kind LocalSubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1 Kind SelfSubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1 Kind SelfSubjectRulesReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1 Kind SubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind LocalSubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SelfSubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SelfSubjectRulesReview
2021/07/19 12:25:18 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SubjectAccessReview
2021/07/19 12:25:18 [INFO] APIVersion autoscaling/v1 Kind HorizontalPodAutoscaler
2021/07/19 12:25:18 [INFO] APIVersion autoscaling/v2beta1 Kind HorizontalPodAutoscaler
2021/07/19 12:25:18 [INFO] APIVersion autoscaling/v2beta2 Kind HorizontalPodAutoscaler
2021/07/19 12:25:18 [INFO] APIVersion batch/v1 Kind Job
2021/07/19 12:25:18 [INFO] APIVersion batch/v1beta1 Kind CronJob
2021/07/19 12:25:18 [INFO] APIVersion certificates.k8s.io/v1 Kind CertificateSigningRequest
2021/07/19 12:25:18 [INFO] APIVersion certificates.k8s.io/v1beta1 Kind CertificateSigningRequest
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1 Kind IngressClass
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1 Kind Ingress
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1 Kind NetworkPolicy
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1beta1 Kind IngressClass
2021/07/19 12:25:18 [INFO] APIVersion networking.k8s.io/v1beta1 Kind Ingress
2021/07/19 12:25:18 [INFO] APIVersion policy/v1beta1 Kind PodDisruptionBudget
2021/07/19 12:25:18 [INFO] APIVersion policy/v1beta1 Kind PodSecurityPolicy
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind ClusterRoleBinding
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind ClusterRole
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind RoleBinding
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind Role
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind ClusterRoleBinding
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind ClusterRole
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind RoleBinding
2021/07/19 12:25:18 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind Role
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1 Kind CSIDriver
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1 Kind CSINode
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1 Kind StorageClass
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1 Kind VolumeAttachment
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1beta1 Kind CSIDriver
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1beta1 Kind CSINode
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1beta1 Kind StorageClass
2021/07/19 12:25:18 [INFO] APIVersion storage.k8s.io/v1beta1 Kind VolumeAttachment
2021/07/19 12:25:18 [INFO] APIVersion admissionregistration.k8s.io/v1 Kind MutatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] APIVersion admissionregistration.k8s.io/v1 Kind ValidatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] APIVersion admissionregistration.k8s.io/v1beta1 Kind MutatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] APIVersion admissionregistration.k8s.io/v1beta1 Kind ValidatingWebhookConfiguration
2021/07/19 12:25:18 [INFO] APIVersion apiextensions.k8s.io/v1 Kind CustomResourceDefinition
2021/07/19 12:25:18 [INFO] APIVersion apiextensions.k8s.io/v1beta1 Kind CustomResourceDefinition
2021/07/19 12:25:18 [INFO] APIVersion scheduling.k8s.io/v1 Kind PriorityClass
2021/07/19 12:25:18 [INFO] APIVersion scheduling.k8s.io/v1beta1 Kind PriorityClass
2021/07/19 12:25:18 [INFO] APIVersion coordination.k8s.io/v1 Kind Lease
2021/07/19 12:25:18 [INFO] APIVersion coordination.k8s.io/v1beta1 Kind Lease
2021/07/19 12:25:18 [INFO] APIVersion node.k8s.io/v1beta1 Kind RuntimeClass
2021/07/19 12:25:18 [INFO] APIVersion discovery.k8s.io/v1beta1 Kind EndpointSlice
2021/07/19 12:25:18 [INFO] APIVersion catalog.cattle.io/v1 Kind ClusterRepo
2021/07/19 12:25:18 [INFO] APIVersion catalog.cattle.io/v1 Kind Operation
2021/07/19 12:25:18 [INFO] APIVersion catalog.cattle.io/v1 Kind App
2021/07/19 12:25:18 [INFO] APIVersion helm.cattle.io/v1 Kind HelmChartConfig
2021/07/19 12:25:18 [INFO] APIVersion helm.cattle.io/v1 Kind HelmChart
2021/07/19 12:25:18 [INFO] APIVersion k3s.cattle.io/v1 Kind Addon
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Setting
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Notifier
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ClusterAlertGroup
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind GlobalRoleBinding
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind NodePool
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ProjectAlert
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ClusterMonitorGraph
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind MultiClusterAppRevision
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind PodSecurityPolicyTemplate
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind KontainerDriver
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Feature
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind GroupMember
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Group
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ClusterCatalog
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Cluster
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Catalog
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ClusterLogging
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind NodeTemplate
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind PodSecurityPolicyTemplateProjectBinding
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ProjectAlertGroup
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind DynamicSchema
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind GlobalRole
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind CatalogTemplate
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind CatalogTemplateVersion
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind MonitorMetric
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Preference
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Token
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind FleetWorkspace
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ClusterRoleTemplateBinding
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ClusterScan
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ComposeConfig
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind EtcdBackup
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind UserAttribute
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind User
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ClusterAlertRule
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind MultiClusterApp
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind AuthConfig
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ClusterAlert
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind NodeDriver
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind Node
2021/07/19 12:25:18 [INFO] APIVersion management.cattle.io/v3 Kind ClusterRegistrationToken
2021/07/19 12:25:18 [INFO] APIVersion project.cattle.io/v3 Kind PipelineSetting
2021/07/19 12:25:18 [INFO] APIVersion project.cattle.io/v3 Kind PipelineExecution
2021/07/19 12:25:18 [INFO] APIVersion project.cattle.io/v3 Kind AppRevision
2021/07/19 12:25:18 [INFO] APIVersion project.cattle.io/v3 Kind SourceCodeProviderConfig
2021/07/19 12:25:18 [INFO] APIVersion project.cattle.io/v3 Kind SourceCodeCredential
2021/07/19 12:25:18 [INFO] APIVersion project.cattle.io/v3 Kind SourceCodeRepository
2021/07/19 12:25:18 [INFO] APIVersion project.cattle.io/v3 Kind App
2021/07/19 12:25:18 [INFO] APIVersion project.cattle.io/v3 Kind Pipeline
W0719 12:25:18.579482 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD cisbenchmarkversions.management.cattle.io
W0719 12:25:18.584869 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:18.588162 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD samltokens.management.cattle.io
W0719 12:25:18.596212 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD templates.management.cattle.io
W0719 12:25:18.602282 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD templateversions.management.cattle.io
W0719 12:25:18.608486 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD templatecontents.management.cattle.io
W0719 12:25:18.614653 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD globaldnses.management.cattle.io
W0719 12:25:18.636993 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD globaldnsproviders.management.cattle.io
W0719 12:25:18.643259 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD clustertemplates.management.cattle.io
W0719 12:25:18.653222 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Creating CRD clustertemplaterevisions.management.cattle.io
W0719 12:25:18.659201 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:18.689278 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Waiting for CRD templates.management.cattle.io to become available
W0719 12:25:18.788038 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:18 [INFO] Done waiting for CRD pipelines.project.cattle.io to become available
2021/07/19 12:25:18 [INFO] Waiting for CRD sourcecodecredentials.project.cattle.io to become available
E0719 12:25:18.938903 51 node.go:125] Failed to retrieve node info: nodes "local-node" not found
W0719 12:25:19.192349 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:19 [INFO] Done waiting for CRD templates.management.cattle.io to become available
2021/07/19 12:25:19 [INFO] Waiting for CRD globaldnses.management.cattle.io to become available
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ProjectAlert
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=CatalogTemplateVersion
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=NodeTemplate
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=EtcdBackup
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=PodSecurityPolicyTemplate
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterCatalog
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=DynamicSchema
2021/07/19 12:25:19 [INFO] Watching metadata for project.cattle.io/v3, Kind=PipelineSetting
2021/07/19 12:25:19 [INFO] Watching metadata for project.cattle.io/v3, Kind=SourceCodeProviderConfig
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterAlert
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=CatalogTemplate
2021/07/19 12:25:19 [INFO] Watching metadata for project.cattle.io/v3, Kind=AppRevision
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterAlertRule
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=PodSecurityPolicyTemplateProjectBinding
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterAlertGroup
2021/07/19 12:25:19 [INFO] Watching metadata for project.cattle.io/v3, Kind=PipelineExecution
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=MonitorMetric
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=KontainerDriver
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=Notifier
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=Catalog
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterRegistrationToken
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=NodeDriver
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=Node
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterLogging
2021/07/19 12:25:19 [INFO] Watching metadata for project.cattle.io/v3, Kind=SourceCodeRepository
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ProjectAlertGroup
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterScan
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=MultiClusterApp
2021/07/19 12:25:19 [INFO] Watching metadata for project.cattle.io/v3, Kind=Pipeline
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterMonitorGraph
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterRoleTemplateBinding
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=GlobalRole
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=NodePool
2021/07/19 12:25:19 [INFO] Watching metadata for project.cattle.io/v3, Kind=App
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=GlobalRoleBinding
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ComposeConfig
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=MultiClusterAppRevision
2021/07/19 12:25:19 [INFO] Watching metadata for project.cattle.io/v3, Kind=SourceCodeCredential
W0719 12:25:19.289702 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:19 [INFO] Done waiting for CRD sourcecodecredentials.project.cattle.io to become available
2021/07/19 12:25:19 [INFO] Waiting for CRD sourcecodeproviderconfigs.project.cattle.io to become available
2021/07/19 12:25:19 [INFO] Refreshing all schemas
W0719 12:25:19.327095 51 controllermanager.go:541] Skipping "ephemeral-volume"
I0719 12:25:19.327097 51 shared_informer.go:240] Waiting for caches to sync for tokens
I0719 12:25:19.330660 51 controllermanager.go:549] Started "endpoint"
I0719 12:25:19.330722 51 endpoints_controller.go:184] Starting endpoint controller
I0719 12:25:19.330727 51 shared_informer.go:240] Waiting for caches to sync for endpoint
I0719 12:25:19.335622 51 controllermanager.go:549] Started "endpointslice"
I0719 12:25:19.335684 51 endpointslice_controller.go:237] Starting endpoint slice controller
I0719 12:25:19.335688 51 shared_informer.go:240] Waiting for caches to sync for endpoint_slice
time="2021-07-19T12:25:19.362723253Z" level=info msg="Waiting for master node local-node startup: nodes \"local-node\" not found"
2021/07/19 12:25:19 [INFO] Refreshing all schemas
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind Binding
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind ComponentStatus
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind ConfigMap
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind Endpoints
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind Event
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind LimitRange
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind Namespace
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind Node
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind PersistentVolumeClaim
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind PersistentVolume
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind Pod
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind PodTemplate
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind ReplicationController
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind ResourceQuota
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind Secret
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind ServiceAccount
2021/07/19 12:25:19 [INFO] APIVersion /v1 Kind Service
2021/07/19 12:25:19 [INFO] APIVersion apiregistration.k8s.io/v1 Kind APIService
2021/07/19 12:25:19 [INFO] APIVersion apiregistration.k8s.io/v1beta1 Kind APIService
2021/07/19 12:25:19 [INFO] APIVersion extensions/v1beta1 Kind Ingress
2021/07/19 12:25:19 [INFO] APIVersion apps/v1 Kind ControllerRevision
2021/07/19 12:25:19 [INFO] APIVersion apps/v1 Kind DaemonSet
2021/07/19 12:25:19 [INFO] APIVersion apps/v1 Kind Deployment
2021/07/19 12:25:19 [INFO] APIVersion apps/v1 Kind ReplicaSet
2021/07/19 12:25:19 [INFO] APIVersion apps/v1 Kind StatefulSet
2021/07/19 12:25:19 [INFO] APIVersion events.k8s.io/v1 Kind Event
2021/07/19 12:25:19 [INFO] APIVersion events.k8s.io/v1beta1 Kind Event
2021/07/19 12:25:19 [INFO] APIVersion authentication.k8s.io/v1 Kind TokenReview
2021/07/19 12:25:19 [INFO] APIVersion authentication.k8s.io/v1beta1 Kind TokenReview
2021/07/19 12:25:19 [INFO] APIVersion authorization.k8s.io/v1 Kind LocalSubjectAccessReview
2021/07/19 12:25:19 [INFO] APIVersion authorization.k8s.io/v1 Kind SelfSubjectAccessReview
2021/07/19 12:25:19 [INFO] APIVersion authorization.k8s.io/v1 Kind SelfSubjectRulesReview
2021/07/19 12:25:19 [INFO] APIVersion authorization.k8s.io/v1 Kind SubjectAccessReview
2021/07/19 12:25:19 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind LocalSubjectAccessReview
2021/07/19 12:25:19 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SelfSubjectAccessReview
2021/07/19 12:25:19 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SelfSubjectRulesReview
2021/07/19 12:25:19 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SubjectAccessReview
2021/07/19 12:25:19 [INFO] APIVersion autoscaling/v1 Kind HorizontalPodAutoscaler
2021/07/19 12:25:19 [INFO] APIVersion autoscaling/v2beta1 Kind HorizontalPodAutoscaler
2021/07/19 12:25:19 [INFO] APIVersion autoscaling/v2beta2 Kind HorizontalPodAutoscaler
2021/07/19 12:25:19 [INFO] APIVersion batch/v1 Kind Job
2021/07/19 12:25:19 [INFO] APIVersion batch/v1beta1 Kind CronJob
2021/07/19 12:25:19 [INFO] APIVersion certificates.k8s.io/v1 Kind CertificateSigningRequest
2021/07/19 12:25:19 [INFO] APIVersion certificates.k8s.io/v1beta1 Kind CertificateSigningRequest
2021/07/19 12:25:19 [INFO] APIVersion networking.k8s.io/v1 Kind IngressClass
2021/07/19 12:25:19 [INFO] APIVersion networking.k8s.io/v1 Kind Ingress
2021/07/19 12:25:19 [INFO] APIVersion networking.k8s.io/v1 Kind NetworkPolicy
2021/07/19 12:25:19 [INFO] APIVersion networking.k8s.io/v1beta1 Kind IngressClass
2021/07/19 12:25:19 [INFO] APIVersion networking.k8s.io/v1beta1 Kind Ingress
2021/07/19 12:25:19 [INFO] APIVersion policy/v1beta1 Kind PodDisruptionBudget
2021/07/19 12:25:19 [INFO] APIVersion policy/v1beta1 Kind PodSecurityPolicy
2021/07/19 12:25:19 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind ClusterRoleBinding
2021/07/19 12:25:19 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind ClusterRole
2021/07/19 12:25:19 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind RoleBinding
2021/07/19 12:25:19 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind Role
2021/07/19 12:25:19 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind ClusterRoleBinding
2021/07/19 12:25:19 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind ClusterRole
2021/07/19 12:25:19 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind RoleBinding
2021/07/19 12:25:19 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind Role
2021/07/19 12:25:19 [INFO] APIVersion storage.k8s.io/v1 Kind CSIDriver
2021/07/19 12:25:19 [INFO] APIVersion storage.k8s.io/v1 Kind CSINode
2021/07/19 12:25:19 [INFO] APIVersion storage.k8s.io/v1 Kind StorageClass
2021/07/19 12:25:19 [INFO] APIVersion storage.k8s.io/v1 Kind VolumeAttachment
2021/07/19 12:25:19 [INFO] APIVersion storage.k8s.io/v1beta1 Kind CSIDriver
2021/07/19 12:25:19 [INFO] APIVersion storage.k8s.io/v1beta1 Kind CSINode
2021/07/19 12:25:19 [INFO] APIVersion storage.k8s.io/v1beta1 Kind StorageClass
2021/07/19 12:25:19 [INFO] APIVersion storage.k8s.io/v1beta1 Kind VolumeAttachment
2021/07/19 12:25:19 [INFO] APIVersion admissionregistration.k8s.io/v1 Kind MutatingWebhookConfiguration
2021/07/19 12:25:19 [INFO] APIVersion admissionregistration.k8s.io/v1 Kind ValidatingWebhookConfiguration
2021/07/19 12:25:19 [INFO] APIVersion admissionregistration.k8s.io/v1beta1 Kind MutatingWebhookConfiguration
2021/07/19 12:25:19 [INFO] APIVersion admissionregistration.k8s.io/v1beta1 Kind ValidatingWebhookConfiguration
2021/07/19 12:25:19 [INFO] APIVersion apiextensions.k8s.io/v1 Kind CustomResourceDefinition
2021/07/19 12:25:19 [INFO] APIVersion apiextensions.k8s.io/v1beta1 Kind CustomResourceDefinition
2021/07/19 12:25:19 [INFO] APIVersion scheduling.k8s.io/v1 Kind PriorityClass
2021/07/19 12:25:19 [INFO] APIVersion scheduling.k8s.io/v1beta1 Kind PriorityClass
2021/07/19 12:25:19 [INFO] APIVersion coordination.k8s.io/v1 Kind Lease
2021/07/19 12:25:19 [INFO] APIVersion coordination.k8s.io/v1beta1 Kind Lease
2021/07/19 12:25:19 [INFO] APIVersion node.k8s.io/v1beta1 Kind RuntimeClass
2021/07/19 12:25:19 [INFO] APIVersion discovery.k8s.io/v1beta1 Kind EndpointSlice
2021/07/19 12:25:19 [INFO] APIVersion catalog.cattle.io/v1 Kind ClusterRepo
2021/07/19 12:25:19 [INFO] APIVersion catalog.cattle.io/v1 Kind Operation
2021/07/19 12:25:19 [INFO] APIVersion catalog.cattle.io/v1 Kind App
2021/07/19 12:25:19 [INFO] APIVersion helm.cattle.io/v1 Kind HelmChartConfig
2021/07/19 12:25:19 [INFO] APIVersion helm.cattle.io/v1 Kind HelmChart
2021/07/19 12:25:19 [INFO] APIVersion k3s.cattle.io/v1 Kind Addon
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterMonitorGraph
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind MultiClusterAppRevision
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind PodSecurityPolicyTemplate
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind KontainerDriver
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Feature
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind GroupMember
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind RoleTemplate
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Group
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterCatalog
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Project
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Cluster
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterTemplate
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ProjectAlertGroup
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind TemplateContent
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterTemplateRevision
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Catalog
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterLogging
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind NodeTemplate
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind PodSecurityPolicyTemplateProjectBinding
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind RkeAddon
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind DynamicSchema
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind GlobalRole
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ProjectCatalog
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind CisConfig
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind TemplateVersion
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind CatalogTemplate
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind CatalogTemplateVersion
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind MonitorMetric
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterScan
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ComposeConfig
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind EtcdBackup
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Preference
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Token
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind FleetWorkspace
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterRoleTemplateBinding
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterAlertRule
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ProjectAlertRule
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind GlobalDns
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind UserAttribute
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind User
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Template
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind MultiClusterApp
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ProjectMonitorGraph
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind RkeK8sSystemImage
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Node
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ProjectNetworkPolicy
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind AuthConfig
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterAlert
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind NodeDriver
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterRegistrationToken
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind CisBenchmarkVersion
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind GlobalDnsProvider
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind RkeK8sServiceOption
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Setting
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind Notifier
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ProjectLogging
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ProjectRoleTemplateBinding
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind SamlToken
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ClusterAlertGroup
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind GlobalRoleBinding
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind NodePool
2021/07/19 12:25:19 [INFO] APIVersion management.cattle.io/v3 Kind ProjectAlert
2021/07/19 12:25:19 [INFO] APIVersion project.cattle.io/v3 Kind PipelineSetting
2021/07/19 12:25:19 [INFO] APIVersion project.cattle.io/v3 Kind PipelineExecution
2021/07/19 12:25:19 [INFO] APIVersion project.cattle.io/v3 Kind AppRevision
2021/07/19 12:25:19 [INFO] APIVersion project.cattle.io/v3 Kind SourceCodeProviderConfig
2021/07/19 12:25:19 [INFO] APIVersion project.cattle.io/v3 Kind SourceCodeCredential
2021/07/19 12:25:19 [INFO] APIVersion project.cattle.io/v3 Kind SourceCodeRepository
2021/07/19 12:25:19 [INFO] APIVersion project.cattle.io/v3 Kind App
2021/07/19 12:25:19 [INFO] APIVersion project.cattle.io/v3 Kind Pipeline
W0719 12:25:19.410312 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
I0719 12:25:19.427135 51 shared_informer.go:247] Caches are synced for tokens
time="2021-07-19T12:25:19.587548555Z" level=info msg="Waiting for node local-node: nodes \"local-node\" not found"
W0719 12:25:19.701564 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:19 [INFO] Done waiting for CRD globaldnses.management.cattle.io to become available
2021/07/19 12:25:19 [INFO] Waiting for CRD clustertemplates.management.cattle.io to become available
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=Project
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ProjectNetworkPolicy
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=GlobalDnsProvider
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=GlobalDns
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=RkeK8sSystemImage
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=Template
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=SamlToken
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=TemplateContent
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ProjectMonitorGraph
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ProjectAlertRule
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=CisBenchmarkVersion
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=RoleTemplate
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ProjectRoleTemplateBinding
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=CisConfig
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=TemplateVersion
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ProjectLogging
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=RkeK8sServiceOption
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=RkeAddon
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterTemplate
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ProjectCatalog
2021/07/19 12:25:19 [INFO] Watching metadata for management.cattle.io/v3, Kind=ClusterTemplateRevision
W0719 12:25:19.790992 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:19 [INFO] Done waiting for CRD sourcecodeproviderconfigs.project.cattle.io to become available
2021/07/19 12:25:19 [INFO] Waiting for CRD sourcecoderepositories.project.cattle.io to become available
I0719 12:25:19.944133 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clusterregistrationtokens.management.cattle.io
I0719 12:25:19.944156 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for projectloggings.management.cattle.io
I0719 12:25:19.944167 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clusterroletemplatebindings.management.cattle.io
I0719 12:25:19.944181 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for deployments.apps
I0719 12:25:19.944193 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for helmchartconfigs.helm.cattle.io
I0719 12:25:19.944204 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for rkek8ssystemimages.management.cattle.io
I0719 12:25:19.944215 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for sourcecodecredentials.project.cattle.io
I0719 12:25:19.944229 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for podtemplates
I0719 12:25:19.944240 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for projectmonitorgraphs.management.cattle.io
I0719 12:25:19.944282 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clustertemplaterevisions.management.cattle.io
I0719 12:25:19.944294 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clusterscans.management.cattle.io
I0719 12:25:19.944323 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clustercatalogs.management.cattle.io
I0719 12:25:19.944333 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for pipelineexecutions.project.cattle.io
I0719 12:25:19.944351 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for serviceaccounts
I0719 12:25:19.944366 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for networkpolicies.networking.k8s.io
I0719 12:25:19.944377 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for projectnetworkpolicies.management.cattle.io
I0719 12:25:19.944387 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for projectroletemplatebindings.management.cattle.io
I0719 12:25:19.944399 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for multiclusterapprevisions.management.cattle.io
I0719 12:25:19.944410 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for controllerrevisions.apps
I0719 12:25:19.944422 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for poddisruptionbudgets.policy
I0719 12:25:19.944434 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for catalogtemplateversions.management.cattle.io
I0719 12:25:19.944444 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for globaldnsproviders.management.cattle.io
I0719 12:25:19.944474 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clustertemplates.management.cattle.io
I0719 12:25:19.944484 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for rkeaddons.management.cattle.io
I0719 12:25:19.944494 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for cisbenchmarkversions.management.cattle.io
I0719 12:25:19.944505 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for projects.management.cattle.io
I0719 12:25:19.944516 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for projectalertgroups.management.cattle.io
I0719 12:25:19.944527 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for etcdbackups.management.cattle.io
I0719 12:25:19.944537 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for podsecuritypolicytemplateprojectbindings.management.cattle.io
I0719 12:25:19.944547 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for pipelines.project.cattle.io
I0719 12:25:19.944565 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for operations.catalog.cattle.io
I0719 12:25:19.944576 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for ingresses.networking.k8s.io
I0719 12:25:19.944587 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for nodes.management.cattle.io
I0719 12:25:19.944599 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clusteralertrules.management.cattle.io
I0719 12:25:19.944609 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for apps.project.cattle.io
I0719 12:25:19.944622 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for ingresses.extensions
I0719 12:25:19.944633 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for statefulsets.apps
I0719 12:25:19.944644 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for nodepools.management.cattle.io
I0719 12:25:19.944654 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clusteralerts.management.cattle.io
I0719 12:25:19.944665 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for preferences.management.cattle.io
I0719 12:25:19.944674 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for globaldnses.management.cattle.io
I0719 12:25:19.944685 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for leases.coordination.k8s.io
I0719 12:25:19.944695 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for projectalerts.management.cattle.io
I0719 12:25:19.944706 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for cronjobs.batch
I0719 12:25:19.944715 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for projectalertrules.management.cattle.io
I0719 12:25:19.944734 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for cisconfigs.management.cattle.io
I0719 12:25:19.944745 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for sourcecodeproviderconfigs.project.cattle.io
I0719 12:25:19.944756 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for pipelinesettings.project.cattle.io
I0719 12:25:19.944773 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for jobs.batch
I0719 12:25:19.944786 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for apps.catalog.cattle.io
I0719 12:25:19.944797 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for addons.k3s.cattle.io
I0719 12:25:19.944807 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for catalogtemplates.management.cattle.io
I0719 12:25:19.944825 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for replicasets.apps
I0719 12:25:19.944834 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for endpoints
I0719 12:25:19.944847 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for roles.rbac.authorization.k8s.io
I0719 12:25:19.944857 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for endpointslices.discovery.k8s.io
I0719 12:25:19.944867 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for samltokens.management.cattle.io
I0719 12:25:19.944882 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clusterloggings.management.cattle.io
I0719 12:25:19.944898 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for rkek8sserviceoptions.management.cattle.io
I0719 12:25:19.944908 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for projectcatalogs.management.cattle.io
I0719 12:25:19.944918 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clusteralertgroups.management.cattle.io
I0719 12:25:19.944928 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for limitranges
I0719 12:25:19.944938 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for monitormetrics.management.cattle.io
I0719 12:25:19.944948 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for sourcecoderepositories.project.cattle.io
I0719 12:25:19.944958 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for helmcharts.helm.cattle.io
I0719 12:25:19.944969 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for nodetemplates.management.cattle.io
I0719 12:25:19.944984 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for horizontalpodautoscalers.autoscaling
I0719 12:25:19.944996 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for rolebindings.rbac.authorization.k8s.io
I0719 12:25:19.945006 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for notifiers.management.cattle.io
I0719 12:25:19.945016 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for clustermonitorgraphs.management.cattle.io
I0719 12:25:19.945026 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for multiclusterapps.management.cattle.io
I0719 12:25:19.945039 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for apprevisions.project.cattle.io
I0719 12:25:19.945050 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for daemonsets.apps
I0719 12:25:19.945062 51 resource_quota_monitor.go:228] QuotaMonitor created object count evaluator for events.events.k8s.io
I0719 12:25:19.945071 51 controllermanager.go:549] Started "resourcequota"
I0719 12:25:19.945081 51 resource_quota_controller.go:272] Starting resource quota controller
I0719 12:25:19.945089 51 shared_informer.go:240] Waiting for caches to sync for resource quota
I0719 12:25:19.945100 51 resource_quota_monitor.go:303] QuotaMonitor running
I0719 12:25:19.948422 51 controllermanager.go:549] Started "serviceaccount"
I0719 12:25:19.948476 51 serviceaccounts_controller.go:117] Starting service account controller
I0719 12:25:19.948481 51 shared_informer.go:240] Waiting for caches to sync for service account
I0719 12:25:19.953809 51 controllermanager.go:549] Started "replicaset"
I0719 12:25:19.953865 51 replica_set.go:182] Starting replicaset controller
I0719 12:25:19.953870 51 shared_informer.go:240] Waiting for caches to sync for ReplicaSet
I0719 12:25:19.968825 51 node_lifecycle_controller.go:380] Sending events to api server.
I0719 12:25:19.968921 51 taint_manager.go:163] Sending events to api server.
I0719 12:25:19.968958 51 node_lifecycle_controller.go:508] Controller will reconcile labels.
I0719 12:25:19.968977 51 controllermanager.go:549] Started "nodelifecycle"
W0719 12:25:19.968985 51 core.go:244] configure-cloud-routes is set, but no cloud provider specified. Will not configure cloud provider routes.
W0719 12:25:19.968989 51 controllermanager.go:541] Skipping "route"
I0719 12:25:19.969033 51 node_lifecycle_controller.go:542] Starting node controller
I0719 12:25:19.969038 51 shared_informer.go:240] Waiting for caches to sync for taint
I0719 12:25:19.980209 51 controllermanager.go:549] Started "replicationcontroller"
I0719 12:25:19.980259 51 replica_set.go:182] Starting replicationcontroller controller
I0719 12:25:19.980267 51 shared_informer.go:240] Waiting for caches to sync for ReplicationController
I0719 12:25:19.993520 51 controllermanager.go:549] Started "ttl"
W0719 12:25:19.993528 51 controllermanager.go:528] "tokencleaner" is disabled
I0719 12:25:19.993575 51 ttl_controller.go:118] Starting TTL controller
I0719 12:25:19.993582 51 shared_informer.go:240] Waiting for caches to sync for TTL
I0719 12:25:20.004000 51 node_ipam_controller.go:91] Sending events to api server.
W0719 12:25:20.202890 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:20 [INFO] Done waiting for CRD clustertemplates.management.cattle.io to become available
2021/07/19 12:25:20 [INFO] Waiting for CRD samltokens.management.cattle.io to become available
W0719 12:25:20.292639 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:20 [INFO] Done waiting for CRD sourcecoderepositories.project.cattle.io to become available
time="2021-07-19T12:25:20.376066394Z" level=info msg="Waiting for master node local-node startup: nodes \"local-node\" not found"
time="2021-07-19T12:25:20.582073307Z" level=info msg="Stopped tunnel to 127.0.0.1:6443"
time="2021-07-19T12:25:20.582095249Z" level=info msg="Connecting to proxy" url="wss://172.17.0.2:6443/v1-k3s/connect"
time="2021-07-19T12:25:20.582112719Z" level=info msg="Proxy done" err="context canceled" url="wss://127.0.0.1:6443/v1-k3s/connect"
time="2021-07-19T12:25:20.582182996Z" level=info msg="error in remotedialer server [400]: websocket: close 1006 (abnormal closure): unexpected EOF"
time="2021-07-19T12:25:20.583294686Z" level=info msg="Handling backend connection request [local-node]"
I0719 12:25:20.616104 51 server.go:640] --cgroups-per-qos enabled, but --cgroup-root was not specified. defaulting to /
I0719 12:25:20.616352 51 container_manager_linux.go:289] container manager verified user specified cgroup-root exists: []
I0719 12:25:20.616360 51 container_manager_linux.go:294] Creating Container Manager object based on Node Config: {RuntimeCgroupsName:/k3s SystemCgroupsName: KubeletCgroupsName:/k3s ContainerRuntime:remote CgroupsPerQOS:true CgroupRoot:/ CgroupDriver:cgroupfs KubeletRootDir:/var/lib/kubelet ProtectKernelDefaults:false NodeAllocatableConfig:{KubeReservedCgroupName: SystemReservedCgroupName: ReservedSystemCPUs: EnforceNodeAllocatable:map[pods:{}] KubeReserved:map[] SystemReserved:map[] HardEvictionThresholds:[{Signal:imagefs.available Operator:LessThan Value:{Quantity:<nil> Percentage:0.05} GracePeriod:0s MinReclaim:<nil>} {Signal:nodefs.available Operator:LessThan Value:{Quantity:<nil> Percentage:0.05} GracePeriod:0s MinReclaim:<nil>}]} QOSReserved:map[] ExperimentalCPUManagerPolicy:none ExperimentalCPUManagerReconcilePeriod:10s ExperimentalPodPidsLimit:-1 EnforceCPULimits:false CPUCFSQuotaPeriod:100ms ExperimentalTopologyManagerPolicy:none Rootless:false}
I0719 12:25:20.616427 51 topology_manager.go:126] [topologymanager] Creating topology manager with none policy
I0719 12:25:20.616433 51 container_manager_linux.go:324] [topologymanager] Initializing Topology Manager with none policy
I0719 12:25:20.616437 51 container_manager_linux.go:329] Creating device plugin manager: true
W0719 12:25:20.616503 51 util_unix.go:103] Using "/run/k3s/containerd/containerd.sock" as endpoint is deprecated, please consider using full url format "unix:///run/k3s/containerd/containerd.sock".
W0719 12:25:20.616565 51 util_unix.go:103] Using "/run/k3s/containerd/containerd.sock" as endpoint is deprecated, please consider using full url format "unix:///run/k3s/containerd/containerd.sock".
I0719 12:25:20.616596 51 kubelet.go:264] Adding pod path: /var/lib/rancher/k3s/agent/pod-manifests
I0719 12:25:20.616609 51 kubelet.go:276] Watching apiserver
I0719 12:25:20.616641 51 kubelet.go:453] Kubelet client is not nil
I0719 12:25:20.626952 51 kuberuntime_manager.go:214] Container runtime containerd initialized, version: v1.4.3-k3s3, apiVersion: v1alpha2
W0719 12:25:20.627064 51 probe.go:268] Flexvolume plugin directory at /usr/libexec/kubernetes/kubelet-plugins/volume/exec/ does not exist. Recreating.
I0719 12:25:20.628787 51 server.go:1148] Started kubelet
I0719 12:25:20.628855 51 server.go:152] Starting to listen on 0.0.0.0:10250
E0719 12:25:20.629063 51 cri_stats_provider.go:376] Failed to get the info of the filesystem with mountpoint "/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs": unable to find data in memory cache.
E0719 12:25:20.629076 51 kubelet.go:1243] Image garbage collection failed once. Stats initialization may not have completed yet: invalid capacity 0 on image filesystem
I0719 12:25:20.629421 51 server.go:425] Adding debug handlers to kubelet server.
I0719 12:25:20.629446 51 fs_resource_analyzer.go:64] Starting FS ResourceAnalyzer
I0719 12:25:20.629483 51 volume_manager.go:265] Starting Kubelet Volume Manager
I0719 12:25:20.629509 51 desired_state_of_world_populator.go:139] Desired state populator starts to run
E0719 12:25:20.635635 51 controller.go:228] failed to get node "local-node" when trying to set owner ref to the node lease: nodes "local-node" not found
I0719 12:25:20.637709 51 status_manager.go:158] Starting to sync pod status with apiserver
I0719 12:25:20.637720 51 kubelet.go:1775] Starting kubelet main sync loop.
E0719 12:25:20.637742 51 kubelet.go:1799] skipping pod synchronization - [container runtime status check may not have completed yet, PLEG is not healthy: pleg has yet to be successful]
W0719 12:25:20.710518 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:20 [INFO] Done waiting for CRD samltokens.management.cattle.io to become available
2021/07/19 12:25:20 [INFO] Waiting for CRD globaldnsproviders.management.cattle.io to become available
E0719 12:25:20.729826 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:20.738247 51 kubelet.go:1799] skipping pod synchronization - container runtime status check may not have completed yet
E0719 12:25:20.830618 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:20.930957 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:20.938489 51 kubelet.go:1799] skipping pod synchronization - container runtime status check may not have completed yet
E0719 12:25:21.031582 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:21.131999 51 kubelet.go:2214] node "local-node" not found
W0719 12:25:21.211830 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:21 [INFO] Done waiting for CRD globaldnsproviders.management.cattle.io to become available
2021/07/19 12:25:21 [INFO] Waiting for CRD clustertemplaterevisions.management.cattle.io to become available
E0719 12:25:21.232389 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:21.333243 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:21.338577 51 kubelet.go:1799] skipping pod synchronization - container runtime status check may not have completed yet
time="2021-07-19T12:25:21.377186437Z" level=info msg="Waiting for master node local-node startup: nodes \"local-node\" not found"
E0719 12:25:21.421969 51 csi_plugin.go:291] Failed to initialize CSINode: error updating CSINode annotation: timed out waiting for the condition; caused by: nodes "local-node" not found
E0719 12:25:21.433556 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:21.533966 51 kubelet.go:2214] node "local-node" not found
time="2021-07-19T12:25:21.588681955Z" level=info msg="Waiting for node local-node: nodes \"local-node\" not found"
E0719 12:25:21.634968 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:21 [INFO] Done waiting for CRD clustertemplaterevisions.management.cattle.io to become available
2021/07/19 12:25:21 [INFO] Waiting for CRD cisbenchmarkversions.management.cattle.io to become available
W0719 12:25:21.713011 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
E0719 12:25:21.735395 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:21.835923 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:21.936320 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:22.036425 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:22.146486 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:22.146501 51 kubelet.go:1799] skipping pod synchronization - container runtime status check may not have completed yet
W0719 12:25:22.214356 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:22 [INFO] Done waiting for CRD cisbenchmarkversions.management.cattle.io to become available
2021/07/19 12:25:22 [INFO] Waiting for CRD templateversions.management.cattle.io to become available
E0719 12:25:22.247565 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:22.348466 51 kubelet.go:2214] node "local-node" not found
time="2021-07-19T12:25:22.378751991Z" level=info msg="Waiting for master node local-node startup: nodes \"local-node\" not found"
E0719 12:25:22.448535 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:22.548773 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:22.649372 51 kubelet.go:2214] node "local-node" not found
W0719 12:25:22.716018 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:22 [INFO] Done waiting for CRD templateversions.management.cattle.io to become available
2021/07/19 12:25:22 [INFO] Waiting for CRD templatecontents.management.cattle.io to become available
E0719 12:25:22.749914 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:22.850160 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:22.950793 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:23.018108 51 csi_plugin.go:291] Failed to initialize CSINode: error updating CSINode annotation: timed out waiting for the condition; caused by: nodes "local-node" not found
E0719 12:25:23.051026 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:23.151907 51 kubelet.go:2214] node "local-node" not found
W0719 12:25:23.217376 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:23 [INFO] Done waiting for CRD templatecontents.management.cattle.io to become available
E0719 12:25:23.252262 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:23.352643 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:23.361178 51 node.go:125] Failed to retrieve node info: nodes "local-node" not found
time="2021-07-19T12:25:23.380556378Z" level=info msg="Waiting for master node local-node startup: nodes \"local-node\" not found"
E0719 12:25:23.453064 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:23.553502 51 kubelet.go:2214] node "local-node" not found
time="2021-07-19T12:25:23.590204603Z" level=info msg="Waiting for node local-node: nodes \"local-node\" not found"
E0719 12:25:23.653645 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:23.747592 51 kubelet.go:1799] skipping pod synchronization - container runtime status check may not have completed yet
E0719 12:25:23.753959 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:23.854497 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:23.955212 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=GlobalRole controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=MultiClusterAppRevision controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=GlobalDns controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=GroupMember controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=NodeDriver controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=CisConfig controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=RoleTemplate controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=NodeTemplate controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=PodSecurityPolicyTemplateProjectBinding controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=RkeK8sServiceOption controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=Token controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=DynamicSchema controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ClusterRegistrationToken controller
2021/07/19 12:25:24 [INFO] Starting project.cattle.io/v3, Kind=SourceCodeRepository controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=GlobalRoleBinding controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ClusterTemplateRevision controller
2021/07/19 12:25:24 [INFO] Starting project.cattle.io/v3, Kind=Pipeline controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=Catalog controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=KontainerDriver controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=AuthConfig controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=CisBenchmarkVersion controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=RkeK8sSystemImage controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=UserAttribute controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=CatalogTemplate controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=NodePool controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ClusterRoleTemplateBinding controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=Group controller
2021/07/19 12:25:24 [INFO] Starting project.cattle.io/v3, Kind=SourceCodeCredential controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=MultiClusterApp controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ProjectCatalog controller
2021/07/19 12:25:24 [INFO] Starting project.cattle.io/v3, Kind=PipelineExecution controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=Project controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ClusterCatalog controller
2021/07/19 12:25:24 [INFO] Starting /v1, Kind=Namespace controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=PodSecurityPolicyTemplate controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=Node controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=User controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ProjectRoleTemplateBinding controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ClusterTemplate controller
2021/07/19 12:25:24 [INFO] Starting project.cattle.io/v3, Kind=App controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=RkeAddon controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=CatalogTemplateVersion controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ProjectLogging controller
2021/07/19 12:25:24 [INFO] Waiting for initial data to be populated
E0719 12:25:24.055990 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] Created default admin user and binding
2021/07/19 12:25:24 [INFO] Created default admin user and binding
2021/07/19 12:25:24 [ERROR] Failed to find system chart fleet will try again in 5 seconds: configmaps "" not found
2021/07/19 12:25:24 [INFO] Reconciling GlobalRoles
E0719 12:25:24.156640 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] Creating nodedrivers-manage
2021/07/19 12:25:24 [INFO] Creating catalogs-use
2021/07/19 12:25:24 [INFO] Creating podsecuritypolicytemplates-manage
2021/07/19 12:25:24 [INFO] Creating clustertemplates-create
2021/07/19 12:25:24 [INFO] Creating view-rancher-metrics
2021/07/19 12:25:24 [INFO] Creating admin
2021/07/19 12:25:24 [INFO] Creating restricted-admin
2021/07/19 12:25:24 [INFO] Creating clusters-create
2021/07/19 12:25:24 [INFO] Creating clustertemplaterevisions-create
2021/07/19 12:25:24 [INFO] Creating kontainerdrivers-manage
2021/07/19 12:25:24 [INFO] Creating catalogs-manage
2021/07/19 12:25:24 [INFO] Creating users-manage
2021/07/19 12:25:24 [INFO] Creating user
2021/07/19 12:25:24 [INFO] Creating roles-manage
2021/07/19 12:25:24 [INFO] Creating authn-manage
2021/07/19 12:25:24 [INFO] Creating settings-manage
2021/07/19 12:25:24 [INFO] Creating features-manage
2021/07/19 12:25:24 [INFO] Creating user-base
2021/07/19 12:25:24 [INFO] Reconciling RoleTemplates
2021/07/19 12:25:24 [INFO] Creating projectcatalogs-view
2021/07/19 12:25:24 [INFO] Creating view
2021/07/19 12:25:24 [INFO] Creating projects-create
2021/07/19 12:25:24 [INFO] Creating clustercatalogs-view
2021/07/19 12:25:24 [INFO] Creating create-ns
2021/07/19 12:25:24 [INFO] Creating configmaps-view
2021/07/19 12:25:24 [INFO] Creating projectcatalogs-manage
2021/07/19 12:25:24 [INFO] Creating edit
2021/07/19 12:25:24 [INFO] Creating cluster-owner
2021/07/19 12:25:24 [INFO] Creating project-owner
E0719 12:25:24.256961 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] Creating configmaps-manage
2021/07/19 12:25:24 [INFO] Creating persistentvolumeclaims-manage
2021/07/19 12:25:24 [INFO] Creating cluster-admin
2021/07/19 12:25:24 [INFO] Creating cluster-member
2021/07/19 12:25:24 [INFO] Creating nodes-view
2021/07/19 12:25:24 [INFO] Creating workloads-manage
2021/07/19 12:25:24 [INFO] Creating serviceaccounts-view
2021/07/19 12:25:24 [INFO] Creating serviceaccounts-manage
2021/07/19 12:25:24 [INFO] Creating projectroletemplatebindings-view
2021/07/19 12:25:24 [INFO] Creating clusterroletemplatebindings-view
2021/07/19 12:25:24 [INFO] Creating clustercatalogs-manage
2021/07/19 12:25:24 [INFO] Creating read-only
2021/07/19 12:25:24 [INFO] Creating workloads-view
2021/07/19 12:25:24 [INFO] Creating ingress-manage
2021/07/19 12:25:24 [INFO] Creating clusterroletemplatebindings-manage
2021/07/19 12:25:24 [INFO] Creating backups-manage
2021/07/19 12:25:24 [INFO] Creating ingress-view
2021/07/19 12:25:24 [INFO] Creating services-manage
2021/07/19 12:25:24 [INFO] Creating projectroletemplatebindings-manage
2021/07/19 12:25:24 [INFO] Creating admin
2021/07/19 12:25:24 [INFO] Creating projects-view
2021/07/19 12:25:24 [INFO] Creating services-view
2021/07/19 12:25:24 [INFO] Creating secrets-manage
2021/07/19 12:25:24 [INFO] Creating persistentvolumeclaims-view
2021/07/19 12:25:24 [INFO] Creating storage-manage
2021/07/19 12:25:24 [INFO] Creating monitoring-ui-view
E0719 12:25:24.357006 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] Creating nodes-manage
2021/07/19 12:25:24 [INFO] Creating project-member
2021/07/19 12:25:24 [INFO] Creating secrets-view
2021/07/19 12:25:24 [INFO] Creating project-monitoring-readonly
time="2021-07-19T12:25:24.381421147Z" level=info msg="Waiting for master node local-node startup: nodes \"local-node\" not found"
E0719 12:25:24.457593 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] adding kontainer driver rancherKubernetesEngine
2021/07/19 12:25:24 [INFO] adding kontainer driver googleKubernetesEngine
2021/07/19 12:25:24 [INFO] adding kontainer driver azureKubernetesService
2021/07/19 12:25:24 [INFO] adding kontainer driver amazonElasticContainerService
2021/07/19 12:25:24 [INFO] adding kontainer driver baiducloudcontainerengine
2021/07/19 12:25:24 [INFO] adding kontainer driver aliyunkubernetescontainerservice
2021/07/19 12:25:24 [INFO] adding kontainer driver tencentkubernetesengine
2021/07/19 12:25:24 [INFO] adding kontainer driver huaweicontainercloudengine
2021/07/19 12:25:24 [INFO] adding kontainer driver oraclecontainerengine
2021/07/19 12:25:24 [INFO] adding kontainer driver linodekubernetesengine
2021/07/19 12:25:24 [INFO] adding kontainer driver opentelekomcloudcontainerengine
2021/07/19 12:25:24 [INFO] Created cattle-global-data namespace
2021/07/19 12:25:24 [INFO] Created cattle-global-nt namespace
2021/07/19 12:25:24 [INFO] Creating node driver pinganyunecs
2021/07/19 12:25:24 [INFO] Creating node driver aliyunecs
2021/07/19 12:25:24 [INFO] Creating node driver amazonec2
2021/07/19 12:25:24 [INFO] Creating node driver azure
2021/07/19 12:25:24 [INFO] Creating node driver cloudca
2021/07/19 12:25:24 [INFO] Creating node driver cloudscale
2021/07/19 12:25:24 [INFO] Creating node driver digitalocean
2021/07/19 12:25:24 [INFO] Creating node driver exoscale
2021/07/19 12:25:24 [INFO] Creating node driver google
E0719 12:25:24.557763 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] Creating node driver linode
2021/07/19 12:25:24 [INFO] Creating node driver oci
2021/07/19 12:25:24 [INFO] Creating node driver openstack
2021/07/19 12:25:24 [INFO] Creating node driver otc
2021/07/19 12:25:24 [INFO] Creating node driver packet
2021/07/19 12:25:24 [INFO] Creating node driver pnap
2021/07/19 12:25:24 [INFO] Creating node driver rackspace
2021/07/19 12:25:24 [INFO] Creating node driver softlayer
2021/07/19 12:25:24 [INFO] Creating node driver vmwarevsphere
2021/07/19 12:25:24 [INFO] Starting catalog controller
2021/07/19 12:25:24 [INFO] Starting project-level catalog controller
2021/07/19 12:25:24 [INFO] Starting cluster-level catalog controller
2021/07/19 12:25:24 [ERROR] error parsing azure-group-cache-size, skipping update strconv.Atoi: parsing "": invalid syntax
2021/07/19 12:25:24 [INFO] [mgmt-cluster-rbac-delete] Creating namespace local
2021/07/19 12:25:24 [ERROR] error parsing azure-group-cache-size, skipping update strconv.Atoi: parsing "": invalid syntax
2021/07/19 12:25:24 [INFO] Refreshing driverMetadata in 1440 minutes
E0719 12:25:24.631532 51 csi_plugin.go:291] Failed to initialize CSINode: error updating CSINode annotation: timed out waiting for the condition; caused by: nodes "local-node" not found
E0719 12:25:24.658129 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] Creating new GlobalRoleBinding for GlobalRoleBinding globalrolebinding-pf2kv
2021/07/19 12:25:24 [INFO] [mgmt-auth-grb-controller] Creating clusterRoleBinding for globalRoleBinding globalrolebinding-pf2kv for user user-pncqc with role cattle-globalrole-admin
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-clustertemplaterevisions-create for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] create kontainerdriver googlekubernetesengine
2021/07/19 12:25:24 [INFO] create kontainerdriver oraclecontainerengine
2021/07/19 12:25:24 [INFO] create kontainerdriver rancherkubernetesengine
2021/07/19 12:25:24 [INFO] create kontainerdriver aliyunkubernetescontainerservice
2021/07/19 12:25:24 [INFO] create kontainerdriver opentelekomcloudcontainerengine
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-user-base for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-admin for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-roles-manage for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-kontainerdrivers-manage for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-features-manage for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-clusters-create for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-authn-manage for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-catalogs-use for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-podsecuritypolicytemplates-manage for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-settings-manage for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-nodedrivers-manage for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-catalogs-manage for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-users-manage for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-view-rancher-metrics for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] create kontainerdriver huaweicontainercloudengine
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-user for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-cluster-rbac-delete] Creating Default project for cluster local
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-restricted-admin for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] [mgmt-auth-gr-controller] Creating clusterRole cattle-globalrole-clustertemplates-create for corresponding GlobalRole
2021/07/19 12:25:24 [INFO] create kontainerdriver baiducloudcontainerengine
2021/07/19 12:25:24 [INFO] create kontainerdriver tencentkubernetesengine
2021/07/19 12:25:24 [INFO] create kontainerdriver amazonelasticcontainerservice
2021/07/19 12:25:24 [INFO] create kontainerdriver linodekubernetesengine
2021/07/19 12:25:24 [INFO] create kontainerdriver azurekubernetesservice
2021/07/19 12:25:24 [INFO] update kontainerdriver oraclecontainerengine
I0719 12:25:24.725568 51 controller.go:609] quota admission added evaluator for: projects.management.cattle.io
2021/07/19 12:25:24 [INFO] create kontainerdriver opentelekomcloudcontainerengine
2021/07/19 12:25:24 [INFO] create kontainerdriver googlekubernetesengine
2021/07/19 12:25:24 [INFO] create kontainerdriver aliyunkubernetescontainerservice
2021/07/19 12:25:24 [INFO] create kontainerdriver rancherkubernetesengine
2021/07/19 12:25:24 [INFO] update kontainerdriver rancherkubernetesengine
2021/07/19 12:25:24 [INFO] update kontainerdriver opentelekomcloudcontainerengine
2021/07/19 12:25:24 [INFO] update kontainerdriver googlekubernetesengine
2021/07/19 12:25:24 [INFO] update kontainerdriver aliyunkubernetescontainerservice
2021/07/19 12:25:24 [INFO] update kontainerdriver rancherkubernetesengine
2021/07/19 12:25:24 [INFO] update kontainerdriver opentelekomcloudcontainerengine
2021/07/19 12:25:24 [INFO] update kontainerdriver aliyunkubernetescontainerservice
2021/07/19 12:25:24 [INFO] [mgmt-project-rbac-create] Creating namespace p-79gs5
E0719 12:25:24.758615 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] [mgmt-project-rbac-create] Creating creator projectRoleTemplateBinding for user user-pncqc for project p-79gs5
I0719 12:25:24.768059 51 controller.go:609] quota admission added evaluator for: projectroletemplatebindings.management.cattle.io
2021/07/19 12:25:24 [INFO] update kontainerdriver linodekubernetesengine
2021/07/19 12:25:24 [INFO] update kontainerdriver amazonelasticcontainerservice
2021/07/19 12:25:24 [INFO] update kontainerdriver huaweicontainercloudengine
2021/07/19 12:25:24 [INFO] update kontainerdriver tencentkubernetesengine
2021/07/19 12:25:24 [INFO] update kontainerdriver azurekubernetesservice
2021/07/19 12:25:24 [INFO] [mgmt-cluster-rbac-delete] Creating System project for cluster local
2021/07/19 12:25:24 [INFO] update kontainerdriver baiducloudcontainerengine
2021/07/19 12:25:24 [INFO] [mgmt-project-rbac-create] Creating namespace p-l4955
2021/07/19 12:25:24 [INFO] [mgmt-cluster-rbac-delete] Updating cluster local
2021/07/19 12:25:24 [INFO] [mgmt-project-rbac-create] Creating creator projectRoleTemplateBinding for user user-pncqc for project p-l4955
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Setting InitialRolesPopulated condition on project p-79gs5
2021/07/19 12:25:24 [INFO] [mgmt-project-rbac-create] Creating creator clusterRoleTemplateBinding for user user-pncqc for cluster local
I0719 12:25:24.793786 51 controller.go:609] quota admission added evaluator for: clusterroletemplatebindings.management.cattle.io
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating role/clusterRole p-79gs5-projectowner
2021/07/19 12:25:24 [INFO] [mgmt-project-rbac-create] Updating project p-79gs5
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Setting InitialRolesPopulated condition on project p-l4955
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Creating role/clusterRole local-clusterowner
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ComposeConfig controller
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Creating clusterRoleBinding for membership in cluster local for subject user-pncqc
2021/07/19 12:25:24 [INFO] Starting /v1, Kind=Pod controller
2021/07/19 12:25:24 [INFO] Starting catalog.cattle.io/v1, Kind=App controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=GlobalDnsProvider controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ClusterScan controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ClusterAlertGroup controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=ClusterAlertRule controller
2021/07/19 12:25:24 [INFO] Starting management.cattle.io/v3, Kind=EtcdBackup controller
2021/07/19 12:25:24 [INFO] [mgmt-project-rbac-create] Updating project p-l4955
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating role/clusterRole p-l4955-projectowner
2021/07/19 12:25:24 [INFO] Starting catalog.cattle.io/v1, Kind=Operation controller
2021/07/19 12:25:24 [INFO] Starting apps/v1, Kind=DaemonSet controller
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for membership in project p-l4955 for subject user-pncqc
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Creating role cluster-owner in namespace local
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for membership in project p-79gs5 for subject user-pncqc
2021/07/19 12:25:24 [INFO] [mgmt-project-rbac-create] Updating project p-79gs5
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Setting InitialRolesPopulated condition on cluster
2021/07/19 12:25:24 [INFO] [mgmt-cluster-rbac-delete] Updating cluster local
2021/07/19 12:25:24 [INFO] Rancher startup complete
2021/07/19 12:25:24 [INFO] CleanupDuplicateBindings, checking configmap
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Creating roleBinding for subject user-pncqc with role cluster-owner in namespace
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating role/clusterRole local-clustermember
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating role/clusterRole local-clustermember
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating clusterRoleBinding for membership in cluster local for subject user-pncqc
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Creating role cluster-owner in namespace p-79gs5
2021/07/19 12:25:24 [INFO] [mgmt-project-rbac-create] Updating project p-l4955
2021/07/19 12:25:24 [INFO] Calling Duplicate CRB and RB cleanup
2021/07/19 12:25:24 [INFO] Starting bindings cleanup
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating role project-owner in namespace local
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for subject user-pncqc with role project-owner in namespace
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Creating roleBinding for subject user-pncqc with role cluster-owner in namespace
2021/07/19 12:25:24 [ERROR] error syncing 'p-l4955/creator-project-owner': handler mgmt-auth-prtb-controller: clusterroles.rbac.authorization.k8s.io "local-clustermember" already exists, requeuing
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Updating clusterRoleBinding crb-p4rj33msx3 for cluster membership in cluster local for subject user-pncqc
E0719 12:25:24.863011 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating role project-owner in namespace p-79gs5
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Creating role cluster-owner in namespace p-l4955
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for subject user-pncqc with role project-owner in namespace
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for subject user-pncqc with role project-owner in namespace
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating role project-owner in namespace p-l4955
2021/07/19 12:25:24 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for subject user-pncqc with role project-owner in namespace
2021/07/19 12:25:24 [INFO] [mgmt-auth-crtb-controller] Creating roleBinding for subject user-pncqc with role cluster-owner in namespace
2021/07/19 12:25:24 [INFO] [mgmt-cluster-rbac-delete] Updating cluster local
2021/07/19 12:25:24 [INFO] Stopping cluster agent for local
2021/07/19 12:25:24 [INFO] Total CRTB duplicate clusterRoleBindings 0, roleBindings 0
2021/07/19 12:25:24 [INFO] Total PRTB duplicate clusterRoleBindings 0, roleBindings 0
2021/07/19 12:25:24 [INFO] Done Duplicate CRB and RB cleanup
2021/07/19 12:25:24 [INFO] Stopping cluster agent for local
E0719 12:25:24.963830 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:24 [INFO] uploading googlecredentialConfig to credentialconfig schema
2021/07/19 12:25:24 [INFO] uploading azureConfig to nodeconfig schema
2021/07/19 12:25:24 [INFO] uploading azureConfig to nodetemplateconfig schema
2021/07/19 12:25:25 [INFO] Stopping cluster agent for local
2021/07/19 12:25:25 [INFO] uploading vmwarevsphereConfig to nodeconfig schema
2021/07/19 12:25:25 [INFO] uploading vmwarevsphereConfig to nodetemplateconfig schema
2021/07/19 12:25:25 [INFO] uploading linodeConfig to nodeconfig schema
2021/07/19 12:25:25 [INFO] uploading linodeConfig to nodetemplateconfig schema
2021/07/19 12:25:25 [INFO] uploading digitaloceanConfig to nodeconfig schema
2021/07/19 12:25:25 [INFO] Stopping cluster agent for local
2021/07/19 12:25:25 [INFO] uploading digitaloceanConfig to nodetemplateconfig schema
2021/07/19 12:25:25 [INFO] uploading azurecredentialConfig to credentialconfig schema
2021/07/19 12:25:25 [INFO] uploading vmwarevspherecredentialConfig to credentialconfig schema
2021/07/19 12:25:25 [INFO] uploading linodecredentialConfig to credentialconfig schema
2021/07/19 12:25:25 [INFO] uploading digitaloceancredentialConfig to credentialconfig schema
2021/07/19 12:25:25 [INFO] Registering project network policy
E0719 12:25:25.064855 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:25 [INFO] uploading digitaloceancredentialConfig to credentialconfig schema
2021/07/19 12:25:25 [INFO] Not registering CIS controller for non RKE cluster: local
2021/07/19 12:25:25 [INFO] registering podsecuritypolicy cluster handler for cluster local
2021/07/19 12:25:25 [INFO] registering podsecuritypolicy project handler for cluster local
2021/07/19 12:25:25 [INFO] registering podsecuritypolicy namespace handler for cluster local
2021/07/19 12:25:25 [INFO] registering podsecuritypolicy serviceaccount handler for cluster local
2021/07/19 12:25:25 [INFO] registering podsecuritypolicy template handler for cluster local
I0719 12:25:25.071953 51 controller.go:609] quota admission added evaluator for: clusteralertgroups.management.cattle.io
I0719 12:25:25.083222 51 controller.go:609] quota admission added evaluator for: clusteralertrules.management.cattle.io
2021/07/19 12:25:25 [INFO] Registering monitoring for cluster "local"
2021/07/19 12:25:25 [INFO] Registering istio for cluster "local"
W0719 12:25:25.165044 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
E0719 12:25:25.165624 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:25 [INFO] Creating CRD prometheuses.monitoring.coreos.com
W0719 12:25:25.168853 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:25 [INFO] Creating CRD prometheusrules.monitoring.coreos.com
W0719 12:25:25.175256 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:25 [INFO] Creating CRD alertmanagers.monitoring.coreos.com
W0719 12:25:25.194387 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:25 [INFO] Creating CRD servicemonitors.monitoring.coreos.com
W0719 12:25:25.201900 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
W0719 12:25:25.208842 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:25 [INFO] Waiting for CRD alertmanagers.monitoring.coreos.com to become available
E0719 12:25:25.266481 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:25 [INFO] driverMetadata: refreshing data from upstream https://releases.rancher.com/kontainer-driver-metadata/release-v2.5/data.json
2021/07/19 12:25:25 [INFO] Retrieve data.json from local path /var/lib/rancher-data/driver-metadata/data.json
I0719 12:25:25.349988 51 controller.go:609] quota admission added evaluator for: rkek8ssystemimages.management.cattle.io
E0719 12:25:25.367160 51 kubelet.go:2214] node "local-node" not found
time="2021-07-19T12:25:25.384201313Z" level=info msg="Waiting for master node local-node startup: nodes \"local-node\" not found"
E0719 12:25:25.467191 51 kubelet.go:2214] node "local-node" not found
E0719 12:25:25.567613 51 kubelet.go:2214] node "local-node" not found
time="2021-07-19T12:25:25.595112835Z" level=info msg="Waiting for node local-node: nodes \"local-node\" not found"
I0719 12:25:25.638010 51 kubelet_node_status.go:71] Attempting to register node local-node
I0719 12:25:25.638206 51 cpu_manager.go:184] [cpumanager] starting with none policy
I0719 12:25:25.638213 51 cpu_manager.go:185] [cpumanager] reconciling every 10s
I0719 12:25:25.638221 51 state_mem.go:36] [cpumanager] initializing new in-memory state store
I0719 12:25:25.648127 51 policy_none.go:43] [cpumanager] none policy: Start
E0719 12:25:25.667638 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:25 [INFO] Refreshing all schemas
W0719 12:25:25.675338 51 manager.go:596] Failed to retrieve checkpoint for "kubelet_internal_checkpoint": checkpoint is not found
I0719 12:25:25.675486 51 plugin_manager.go:114] Starting Kubelet Plugin Manager
E0719 12:25:25.675648 51 eviction_manager.go:260] eviction manager: failed to get summary stats: failed to get node info: node "local-node" not found
W0719 12:25:25.716329 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:25 [INFO] Done waiting for CRD alertmanagers.monitoring.coreos.com to become available
2021/07/19 12:25:25 [INFO] Waiting for CRD servicemonitors.monitoring.coreos.com to become available
E0719 12:25:25.768372 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:25 [INFO] Refreshing all schemas
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind Binding
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind ComponentStatus
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind ConfigMap
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind Endpoints
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind Event
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind LimitRange
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind Namespace
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind Node
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind PersistentVolumeClaim
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind PersistentVolume
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind Pod
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind PodTemplate
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind ReplicationController
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind ResourceQuota
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind Secret
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind ServiceAccount
2021/07/19 12:25:25 [INFO] APIVersion /v1 Kind Service
2021/07/19 12:25:25 [INFO] APIVersion apiregistration.k8s.io/v1 Kind APIService
2021/07/19 12:25:25 [INFO] APIVersion apiregistration.k8s.io/v1beta1 Kind APIService
2021/07/19 12:25:25 [INFO] APIVersion extensions/v1beta1 Kind Ingress
2021/07/19 12:25:25 [INFO] APIVersion apps/v1 Kind ControllerRevision
2021/07/19 12:25:25 [INFO] APIVersion apps/v1 Kind DaemonSet
2021/07/19 12:25:25 [INFO] APIVersion apps/v1 Kind Deployment
2021/07/19 12:25:25 [INFO] APIVersion apps/v1 Kind ReplicaSet
2021/07/19 12:25:25 [INFO] APIVersion apps/v1 Kind StatefulSet
2021/07/19 12:25:25 [INFO] APIVersion events.k8s.io/v1 Kind Event
2021/07/19 12:25:25 [INFO] APIVersion events.k8s.io/v1beta1 Kind Event
2021/07/19 12:25:25 [INFO] APIVersion authentication.k8s.io/v1 Kind TokenReview
2021/07/19 12:25:25 [INFO] APIVersion authentication.k8s.io/v1beta1 Kind TokenReview
2021/07/19 12:25:25 [INFO] APIVersion authorization.k8s.io/v1 Kind LocalSubjectAccessReview
2021/07/19 12:25:25 [INFO] APIVersion authorization.k8s.io/v1 Kind SelfSubjectAccessReview
2021/07/19 12:25:25 [INFO] APIVersion authorization.k8s.io/v1 Kind SelfSubjectRulesReview
2021/07/19 12:25:25 [INFO] APIVersion authorization.k8s.io/v1 Kind SubjectAccessReview
2021/07/19 12:25:25 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind LocalSubjectAccessReview
2021/07/19 12:25:25 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SelfSubjectAccessReview
2021/07/19 12:25:25 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SelfSubjectRulesReview
2021/07/19 12:25:25 [INFO] APIVersion authorization.k8s.io/v1beta1 Kind SubjectAccessReview
2021/07/19 12:25:25 [INFO] APIVersion autoscaling/v1 Kind HorizontalPodAutoscaler
2021/07/19 12:25:25 [INFO] APIVersion autoscaling/v2beta1 Kind HorizontalPodAutoscaler
2021/07/19 12:25:25 [INFO] APIVersion autoscaling/v2beta2 Kind HorizontalPodAutoscaler
2021/07/19 12:25:25 [INFO] APIVersion batch/v1 Kind Job
2021/07/19 12:25:25 [INFO] APIVersion batch/v1beta1 Kind CronJob
2021/07/19 12:25:25 [INFO] APIVersion certificates.k8s.io/v1 Kind CertificateSigningRequest
2021/07/19 12:25:25 [INFO] APIVersion certificates.k8s.io/v1beta1 Kind CertificateSigningRequest
2021/07/19 12:25:25 [INFO] APIVersion networking.k8s.io/v1 Kind IngressClass
2021/07/19 12:25:25 [INFO] APIVersion networking.k8s.io/v1 Kind Ingress
2021/07/19 12:25:25 [INFO] APIVersion networking.k8s.io/v1 Kind NetworkPolicy
2021/07/19 12:25:25 [INFO] APIVersion networking.k8s.io/v1beta1 Kind IngressClass
2021/07/19 12:25:25 [INFO] APIVersion networking.k8s.io/v1beta1 Kind Ingress
2021/07/19 12:25:25 [INFO] APIVersion policy/v1beta1 Kind PodDisruptionBudget
2021/07/19 12:25:25 [INFO] APIVersion policy/v1beta1 Kind PodSecurityPolicy
2021/07/19 12:25:25 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind ClusterRoleBinding
2021/07/19 12:25:25 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind ClusterRole
2021/07/19 12:25:25 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind RoleBinding
2021/07/19 12:25:25 [INFO] APIVersion rbac.authorization.k8s.io/v1 Kind Role
2021/07/19 12:25:25 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind ClusterRoleBinding
2021/07/19 12:25:25 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind ClusterRole
2021/07/19 12:25:25 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind RoleBinding
2021/07/19 12:25:25 [INFO] APIVersion rbac.authorization.k8s.io/v1beta1 Kind Role
2021/07/19 12:25:25 [INFO] APIVersion storage.k8s.io/v1 Kind CSIDriver
2021/07/19 12:25:25 [INFO] APIVersion storage.k8s.io/v1 Kind CSINode
2021/07/19 12:25:25 [INFO] APIVersion storage.k8s.io/v1 Kind StorageClass
2021/07/19 12:25:25 [INFO] APIVersion storage.k8s.io/v1 Kind VolumeAttachment
2021/07/19 12:25:25 [INFO] APIVersion storage.k8s.io/v1beta1 Kind CSIDriver
2021/07/19 12:25:25 [INFO] APIVersion storage.k8s.io/v1beta1 Kind CSINode
2021/07/19 12:25:25 [INFO] APIVersion storage.k8s.io/v1beta1 Kind StorageClass
2021/07/19 12:25:25 [INFO] APIVersion storage.k8s.io/v1beta1 Kind VolumeAttachment
2021/07/19 12:25:25 [INFO] APIVersion admissionregistration.k8s.io/v1 Kind MutatingWebhookConfiguration
2021/07/19 12:25:25 [INFO] APIVersion admissionregistration.k8s.io/v1 Kind ValidatingWebhookConfiguration
2021/07/19 12:25:25 [INFO] APIVersion admissionregistration.k8s.io/v1beta1 Kind MutatingWebhookConfiguration
2021/07/19 12:25:25 [INFO] APIVersion admissionregistration.k8s.io/v1beta1 Kind ValidatingWebhookConfiguration
2021/07/19 12:25:25 [INFO] APIVersion apiextensions.k8s.io/v1 Kind CustomResourceDefinition
2021/07/19 12:25:25 [INFO] APIVersion apiextensions.k8s.io/v1beta1 Kind CustomResourceDefinition
2021/07/19 12:25:25 [INFO] APIVersion scheduling.k8s.io/v1 Kind PriorityClass
2021/07/19 12:25:25 [INFO] APIVersion scheduling.k8s.io/v1beta1 Kind PriorityClass
2021/07/19 12:25:25 [INFO] APIVersion coordination.k8s.io/v1 Kind Lease
2021/07/19 12:25:25 [INFO] APIVersion coordination.k8s.io/v1beta1 Kind Lease
2021/07/19 12:25:25 [INFO] APIVersion node.k8s.io/v1beta1 Kind RuntimeClass
2021/07/19 12:25:25 [INFO] APIVersion discovery.k8s.io/v1beta1 Kind EndpointSlice
2021/07/19 12:25:25 [INFO] APIVersion catalog.cattle.io/v1 Kind ClusterRepo
2021/07/19 12:25:25 [INFO] APIVersion catalog.cattle.io/v1 Kind Operation
2021/07/19 12:25:25 [INFO] APIVersion catalog.cattle.io/v1 Kind App
2021/07/19 12:25:25 [INFO] APIVersion helm.cattle.io/v1 Kind HelmChartConfig
2021/07/19 12:25:25 [INFO] APIVersion helm.cattle.io/v1 Kind HelmChart
2021/07/19 12:25:25 [INFO] APIVersion k3s.cattle.io/v1 Kind Addon
2021/07/19 12:25:25 [INFO] APIVersion monitoring.coreos.com/v1 Kind PrometheusRule
2021/07/19 12:25:25 [INFO] APIVersion monitoring.coreos.com/v1 Kind Prometheus
2021/07/19 12:25:25 [INFO] APIVersion monitoring.coreos.com/v1 Kind ServiceMonitor
2021/07/19 12:25:25 [INFO] APIVersion monitoring.coreos.com/v1 Kind Alertmanager
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterMonitorGraph
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind MultiClusterAppRevision
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind PodSecurityPolicyTemplate
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind KontainerDriver
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Feature
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind GroupMember
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind RoleTemplate
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Group
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterCatalog
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Project
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Cluster
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterTemplate
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ProjectAlertGroup
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind TemplateContent
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterTemplateRevision
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Catalog
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterLogging
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind NodeTemplate
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind PodSecurityPolicyTemplateProjectBinding
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind RkeAddon
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind DynamicSchema
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind GlobalRole
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ProjectCatalog
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind CisConfig
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind TemplateVersion
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind CatalogTemplate
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind CatalogTemplateVersion
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind MonitorMetric
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterScan
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ComposeConfig
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind EtcdBackup
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Preference
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Token
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind FleetWorkspace
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterRoleTemplateBinding
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterAlertRule
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ProjectAlertRule
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind GlobalDns
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind UserAttribute
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind User
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Template
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind MultiClusterApp
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ProjectMonitorGraph
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind RkeK8sSystemImage
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Node
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ProjectNetworkPolicy
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind AuthConfig
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterAlert
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind NodeDriver
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterRegistrationToken
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind CisBenchmarkVersion
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind GlobalDnsProvider
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind RkeK8sServiceOption
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Setting
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind Notifier
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ProjectLogging
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ProjectRoleTemplateBinding
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind SamlToken
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ClusterAlertGroup
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind GlobalRoleBinding
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind NodePool
2021/07/19 12:25:25 [INFO] APIVersion management.cattle.io/v3 Kind ProjectAlert
2021/07/19 12:25:25 [INFO] APIVersion project.cattle.io/v3 Kind PipelineSetting
2021/07/19 12:25:25 [INFO] APIVersion project.cattle.io/v3 Kind PipelineExecution
2021/07/19 12:25:25 [INFO] APIVersion project.cattle.io/v3 Kind AppRevision
2021/07/19 12:25:25 [INFO] APIVersion project.cattle.io/v3 Kind SourceCodeProviderConfig
2021/07/19 12:25:25 [INFO] APIVersion project.cattle.io/v3 Kind SourceCodeCredential
2021/07/19 12:25:25 [INFO] APIVersion project.cattle.io/v3 Kind SourceCodeRepository
2021/07/19 12:25:25 [INFO] APIVersion project.cattle.io/v3 Kind App
2021/07/19 12:25:25 [INFO] APIVersion project.cattle.io/v3 Kind Pipeline
W0719 12:25:25.805191 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
E0719 12:25:25.868620 51 kubelet.go:2214] node "local-node" not found
2021/07/19 12:25:25 [INFO] Updating global catalog helm3-library
I0719 12:25:25.959071 51 controller.go:609] quota admission added evaluator for: catalogtemplates.management.cattle.io
E0719 12:25:25.968672 51 kubelet.go:2214] node "local-node" not found
I0719 12:25:25.970773 51 controller.go:609] quota admission added evaluator for: catalogtemplateversions.management.cattle.io
I0719 12:25:26.028546 51 kubelet_node_status.go:74] Successfully registered node local-node
I0719 12:25:26.028609 51 node_controller.go:329] Initializing node local-node with cloud provider
time="2021-07-19T12:25:26.035318427Z" level=info msg="Updated coredns node hosts entry [172.17.0.2 local-node]"
time="2021-07-19T12:25:26.041376094Z" level=info msg="Couldn't find node internal ip label on node local-node"
time="2021-07-19T12:25:26.041395805Z" level=info msg="Couldn't find node hostname label on node local-node"
2021/07/19 12:25:26 [INFO] Helm icon error: open management-state/catalog-cache/f341cfdfa521a9aa2b993cb34b26bb91b2d173ef1a7df8d41b8921b0e4f82788/charts/mariadb/mariadb-stack-220x234.png: no such file or directory
2021/07/19 12:25:26 [INFO] Watching metadata for monitoring.coreos.com/v1, Kind=ServiceMonitor
2021/07/19 12:25:26 [INFO] Watching metadata for monitoring.coreos.com/v1, Kind=PrometheusRule
2021/07/19 12:25:26 [INFO] Watching metadata for monitoring.coreos.com/v1, Kind=Prometheus
2021/07/19 12:25:26 [INFO] Watching metadata for monitoring.coreos.com/v1, Kind=Alertmanager
2021/07/19 12:25:26 [INFO] Listening on :80
2021/07/19 12:25:26 [INFO] Listening on :443
2021/07/19 12:25:26 [INFO] Creating new TLS secret for serving-cert (count: 4): map[listener.cattle.io/cn-127.0.0.1:127.0.0.1 listener.cattle.io/cn-172.17.0.2:172.17.0.2 listener.cattle.io/cn-localhost:localhost listener.cattle.io/cn-rancher.cattle-system:rancher.cattle-system listener.cattle.io/hash:8457eb693bc988dc58647fb228dfdcb87f0124a75cb173f99001de0d4aed45c1]
2021/07/19 12:25:26 [INFO] Listening on :444
2021/07/19 12:25:26 [INFO] Updating global catalog system-library
2021/07/19 12:25:26 [INFO] Active TLS secret serving-cert (ver=1276) (count 4): map[listener.cattle.io/cn-127.0.0.1:127.0.0.1 listener.cattle.io/cn-172.17.0.2:172.17.0.2 listener.cattle.io/cn-localhost:localhost listener.cattle.io/cn-rancher.cattle-system:rancher.cattle-system listener.cattle.io/hash:8457eb693bc988dc58647fb228dfdcb87f0124a75cb173f99001de0d4aed45c1]
time="2021-07-19T12:25:26.167182239Z" level=info msg="Couldn't find node internal ip label on node local-node"
time="2021-07-19T12:25:26.167203222Z" level=info msg="Couldn't find node hostname label on node local-node"
I0719 12:25:26.167215 51 node_controller.go:397] Successfully initialized node local-node with cloud provider
I0719 12:25:26.167224 51 node_controller.go:329] Initializing node local-node with cloud provider
I0719 12:25:26.173030 51 node_controller.go:329] Initializing node local-node with cloud provider
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=Secret controller
2021/07/19 12:25:26 [INFO] Active TLS secret serving-cert (ver=1276) (count 4): map[listener.cattle.io/cn-127.0.0.1:127.0.0.1 listener.cattle.io/cn-172.17.0.2:172.17.0.2 listener.cattle.io/cn-localhost:localhost listener.cattle.io/cn-rancher.cattle-system:rancher.cattle-system listener.cattle.io/hash:8457eb693bc988dc58647fb228dfdcb87f0124a75cb173f99001de0d4aed45c1]
2021/07/19 12:25:26 [INFO] Catalog sync done. 11 templates created, 0 templates updated, 0 templates deleted, 0 templates failed
W0719 12:25:26.222153 8 warnings.go:80] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
2021/07/19 12:25:26 [INFO] Done waiting for CRD servicemonitors.monitoring.coreos.com to become available
2021/07/19 12:25:26 [INFO] Registering namespaceHandler for adding labels
2021/07/19 12:25:26 [INFO] Starting cluster controllers for local
2021/07/19 12:25:26 [INFO] Starting management.cattle.io/v3, Kind=ProjectAlert controller
2021/07/19 12:25:26 [INFO] Starting management.cattle.io/v3, Kind=ProjectAlertGroup controller
2021/07/19 12:25:26 [INFO] Starting project.cattle.io/v3, Kind=PipelineSetting controller
2021/07/19 12:25:26 [INFO] Starting management.cattle.io/v3, Kind=ProjectAlertRule controller
2021/07/19 12:25:26 [INFO] Starting management.cattle.io/v3, Kind=ClusterLogging controller
2021/07/19 12:25:26 [INFO] Starting management.cattle.io/v3, Kind=ProjectNetworkPolicy controller
2021/07/19 12:25:26 [INFO] Starting management.cattle.io/v3, Kind=Notifier controller
2021/07/19 12:25:26 [INFO] Starting project.cattle.io/v3, Kind=SourceCodeProviderConfig controller
2021/07/19 12:25:26 [INFO] Starting management.cattle.io/v3, Kind=SamlToken controller
W0719 12:25:26.338581 8 warnings.go:80] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
W0719 12:25:26.341301 8 warnings.go:80] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
time="2021-07-19T12:25:26.398522951Z" level=info msg="Master role label has been set successfully on node: local-node"
2021/07/19 12:25:26 [INFO] Starting apiregistration.k8s.io/v1, Kind=APIService controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=Pod controller
2021/07/19 12:25:26 [INFO] Starting apps/v1, Kind=DaemonSet controller
2021/07/19 12:25:26 [INFO] Starting apps/v1, Kind=StatefulSet controller
2021/07/19 12:25:26 [INFO] Starting extensions/v1beta1, Kind=Ingress controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=Namespace controller
2021/07/19 12:25:26 [INFO] Starting policy/v1beta1, Kind=PodSecurityPolicy controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=ConfigMap controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=Secret controller
2021/07/19 12:25:26 [INFO] Starting rbac.authorization.k8s.io/v1, Kind=Role controller
2021/07/19 12:25:26 [INFO] Starting rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=ReplicationController controller
2021/07/19 12:25:26 [INFO] Starting monitoring.coreos.com/v1, Kind=Prometheus controller
2021/07/19 12:25:26 [INFO] Starting batch/v1, Kind=Job controller
2021/07/19 12:25:26 [INFO] Starting apps/v1, Kind=Deployment controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=ServiceAccount controller
2021/07/19 12:25:26 [INFO] Starting rbac.authorization.k8s.io/v1, Kind=ClusterRole controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=Endpoints controller
2021/07/19 12:25:26 [INFO] Starting monitoring.coreos.com/v1, Kind=ServiceMonitor controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=ResourceQuota controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=LimitRange controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=Service controller
2021/07/19 12:25:26 [INFO] Starting apps/v1, Kind=ReplicaSet controller
2021/07/19 12:25:26 [INFO] Starting rbac.authorization.k8s.io/v1, Kind=RoleBinding controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=Event controller
2021/07/19 12:25:26 [INFO] Starting networking.k8s.io/v1, Kind=NetworkPolicy controller
2021/07/19 12:25:26 [INFO] Starting batch/v1beta1, Kind=CronJob controller
2021/07/19 12:25:26 [INFO] Starting /v1, Kind=Node controller
2021/07/19 12:25:26 [INFO] Creating clusterRole for roleTemplate Cluster Owner (cluster-owner).
2021/07/19 12:25:26 [INFO] Creating clusterRole for roleTemplate Project Owner (project-owner).
2021/07/19 12:25:26 [INFO] Starting cluster agent for local [owner=true]
I0719 12:25:26.436683 51 controller.go:609] quota admission added evaluator for: namespaces
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding User user-pncqc Role cluster-owner
2021/07/19 12:25:26 [INFO] Updating role project-owner in p-79gs5 because of rules difference with roleTemplate Project Owner (project-owner).
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding User user-pncqc Role cluster-owner
2021/07/19 12:25:26 [INFO] Updating role project-owner in p-l4955 because of rules difference with roleTemplate Project Owner (project-owner).
2021/07/19 12:25:26 [INFO] Updating role project-owner in p-79gs5 because of rules difference with roleTemplate Project Owner (project-owner).
2021/07/19 12:25:26 [INFO] Updating role project-owner in p-l4955 because of rules difference with roleTemplate Project Owner (project-owner).
2021/07/19 12:25:26 [INFO] Updating role project-owner in p-79gs5 because of rules difference with roleTemplate Project Owner (project-owner).
I0719 12:25:26.465554 51 controller.go:609] quota admission added evaluator for: nodes.management.cattle.io
2021/07/19 12:25:26 [INFO] Created machine for node [local-node]
2021/07/19 12:25:26 [INFO] Creating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating user for principal system://local
2021/07/19 12:25:26 [INFO] Creating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating clusterRole project-owner-promoted for project access to global resource.
I0719 12:25:26.489326 51 controller.go:609] quota admission added evaluator for: sourcecodeproviderconfigs.project.cattle.io
2021/07/19 12:25:26 [WARNING] error updating ns p-79gs5 status: Operation cannot be fulfilled on namespaces "p-79gs5": the object has been modified; please apply your changes to the latest version and try again
2021/07/19 12:25:26 [INFO] Creating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] Updating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] Creating globalRoleBindings for u-b4qkhsnliz
2021/07/19 12:25:26 [INFO] Updating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] Updating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
I0719 12:25:26.519930 51 controller.go:609] quota admission added evaluator for: pipelinesettings.project.cattle.io
2021/07/19 12:25:26 [INFO] Updating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] Creating new GlobalRoleBinding for GlobalRoleBinding grb-nxcx7
2021/07/19 12:25:26 [INFO] [mgmt-auth-grb-controller] Creating clusterRoleBinding for globalRoleBinding grb-nxcx7 for user u-b4qkhsnliz with role cattle-globalrole-user
2021/07/19 12:25:26 [INFO] Updating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-owner-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] Creating clusterRole for roleTemplate Create Namespaces (create-ns).
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject user-pncqc role p-79gs5-namespaces-edit.
2021/07/19 12:25:26 [INFO] namespaceHandler: addProjectIDLabelToNamespace: adding label field.cattle.io/projectId=p-79gs5 to namespace=default
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject user-pncqc role project-owner-promoted.
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject user-pncqc role project-owner-promoted.
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject user-pncqc role project-owner-promoted.
2021/07/19 12:25:26 [ERROR] namespaceHandler: Sync: error adding project id label to namespace err=Operation cannot be fulfilled on namespaces "default": the object has been modified; please apply your changes to the latest version and try again
2021/07/19 12:25:26 [INFO] [mgmt-auth-crtb-controller] Creating clusterRoleBinding for membership in cluster local for subject u-b4qkhsnliz
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] Active TLS secret serving-cert (ver=1533) (count 5): map[field.cattle.io/projectId:local:p-l4955 listener.cattle.io/cn-127.0.0.1:127.0.0.1 listener.cattle.io/cn-172.17.0.2:172.17.0.2 listener.cattle.io/cn-localhost:localhost listener.cattle.io/cn-rancher.cattle-system:rancher.cattle-system listener.cattle.io/hash:8457eb693bc988dc58647fb228dfdcb87f0124a75cb173f99001de0d4aed45c1]
2021/07/19 12:25:26 [INFO] [mgmt-auth-crtb-controller] Creating roleBinding for subject u-b4qkhsnliz with role cluster-owner in namespace
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] namespaceHandler: addProjectIDLabelToNamespace: adding label field.cattle.io/projectId=p-l4955 to namespace=cattle-system
2021/07/19 12:25:26 [INFO] [mgmt-auth-crtb-controller] Creating roleBinding for subject u-b4qkhsnliz with role cluster-owner in namespace
2021/07/19 12:25:26 [INFO] Creating user for principal system://p-79gs5
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] [mgmt-auth-crtb-controller] Creating roleBinding for subject u-b4qkhsnliz with role cluster-owner in namespace
2021/07/19 12:25:26 [INFO] namespaceHandler: addProjectIDLabelToNamespace: adding label field.cattle.io/projectId=p-l4955 to namespace=cattle-global-data
2021/07/19 12:25:26 [INFO] Creating user for principal system://p-l4955
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject user-pncqc role create-ns.
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject user-pncqc role create-ns.
2021/07/19 12:25:26 [INFO] namespaceHandler: addProjectIDLabelToNamespace: adding label field.cattle.io/projectId=p-l4955 to namespace=cattle-global-nt
time="2021-07-19T12:25:26.606062585Z" level=info msg="Active TLS secret k3s-serving (ver=1559) (count 8): map[field.cattle.io/projectId:local:p-l4955 listener.cattle.io/cn-10.43.0.1:10.43.0.1 listener.cattle.io/cn-127.0.0.1:127.0.0.1 listener.cattle.io/cn-172.17.0.2:172.17.0.2 listener.cattle.io/cn-kubernetes:kubernetes listener.cattle.io/cn-kubernetes.default:kubernetes.default listener.cattle.io/cn-kubernetes.default.svc.cluster.local:kubernetes.default.svc.cluster.local listener.cattle.io/cn-localhost:localhost listener.cattle.io/fingerprint:SHA1=273C7AAEB49D605F55512CB7DBEEFA5D5EAA3599]"
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject user-pncqc role p-l4955-namespaces-edit.
2021/07/19 12:25:26 [INFO] Creating globalRoleBindings for u-p5t3fwwwoe
2021/07/19 12:25:26 [INFO] Updating clusterRoleBinding crb-zvtyh32v25 for project access to global resource for subject user-pncqc role project-owner-promoted.
2021/07/19 12:25:26 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:26 [INFO] Updating clusterRoleBinding crb-cj7rizwuz3 for project access to global resource for subject user-pncqc role create-ns.
2021/07/19 12:25:26 [INFO] namespaceHandler: addProjectIDLabelToNamespace: adding label field.cattle.io/projectId=p-l4955 to namespace=kube-public
2021/07/19 12:25:26 [INFO] Creating globalRoleBindings for u-khhgdz63iw
2021/07/19 12:25:26 [INFO] Creating new GlobalRoleBinding for GlobalRoleBinding grb-cv55v
2021/07/19 12:25:26 [INFO] [mgmt-auth-grb-controller] Creating clusterRoleBinding for globalRoleBinding grb-cv55v for user u-p5t3fwwwoe with role cattle-globalrole-user
2021/07/19 12:25:26 [INFO] namespaceHandler: addProjectIDLabelToNamespace: adding label field.cattle.io/projectId=p-79gs5 to namespace=default
2021/07/19 12:25:26 [INFO] namespaceHandler: addProjectIDLabelToNamespace: adding label field.cattle.io/projectId=p-l4955 to namespace=kube-node-lease
2021/07/19 12:25:26 [INFO] Creating new GlobalRoleBinding for GlobalRoleBinding grb-n4zgh
2021/07/19 12:25:26 [INFO] [mgmt-auth-grb-controller] Creating clusterRoleBinding for globalRoleBinding grb-n4zgh for user u-khhgdz63iw with role cattle-globalrole-user
2021/07/19 12:25:26 [INFO] namespaceHandler: addProjectIDLabelToNamespace: adding label field.cattle.io/projectId=p-l4955 to namespace=kube-system
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating role/clusterRole p-79gs5-projectmember
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for membership in project p-79gs5 for subject u-p5t3fwwwoe
2021/07/19 12:25:26 [INFO] Creating clusterRole for roleTemplate Project Member (project-member).
2021/07/19 12:25:26 [INFO] Updating global catalog library
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating clusterRoleBinding for membership in cluster local for subject u-p5t3fwwwoe
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role project-member
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating role/clusterRole p-l4955-projectmember
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-p5t3fwwwoe Role project-member
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating role project-member in namespace local
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role edit
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for membership in project p-l4955 for subject u-khhgdz63iw
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding User u-b4qkhsnliz Role cluster-owner
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for subject u-p5t3fwwwoe with role project-member in namespace
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-p5t3fwwwoe Role edit
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating clusterRoleBinding for membership in cluster local for subject u-khhgdz63iw
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating role project-member in namespace p-79gs5
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for subject u-khhgdz63iw with role project-member in namespace
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role edit
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role edit
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role project-member
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role project-member
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating role project-member in namespace p-l4955
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role project-member
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for subject u-p5t3fwwwoe with role project-member in namespace
2021/07/19 12:25:26 [INFO] Catalog sync done. 9 templates created, 0 templates updated, 0 templates deleted, 0 templates failed
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role project-member
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role project-member
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role edit
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role edit
2021/07/19 12:25:26 [INFO] Creating roleBinding User u-khhgdz63iw Role edit
2021/07/19 12:25:26 [INFO] [mgmt-auth-prtb-controller] Creating roleBinding for subject u-khhgdz63iw with role project-member in namespace
I0719 12:25:26.700487 51 controller.go:609] quota admission added evaluator for: rkek8sserviceoptions.management.cattle.io
I0719 12:25:26.707971 51 controller.go:609] quota admission added evaluator for: projectmonitorgraphs.management.cattle.io
2021/07/19 12:25:26 [INFO] Updating role project-member in p-79gs5 because of rules difference with roleTemplate Project Member (project-member).
2021/07/19 12:25:26 [INFO] Updating role project-member in p-l4955 because of rules difference with roleTemplate Project Member (project-member).
2021/07/19 12:25:26 [INFO] Creating clusterRole project-member-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating clusterRole project-member-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-member-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-member-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-member-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-member-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-member-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-member-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Updating clusterRole project-member-promoted for project access to global resource.
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject u-p5t3fwwwoe role p-79gs5-namespaces-edit.
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject u-p5t3fwwwoe role project-member-promoted.
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject u-khhgdz63iw role p-l4955-namespaces-edit.
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject u-p5t3fwwwoe role project-member-promoted.
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject u-khhgdz63iw role project-member-promoted.
I0719 12:25:26.820174 51 controller.go:609] quota admission added evaluator for: projectalertgroups.management.cattle.io
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject u-khhgdz63iw role project-member-promoted.
I0719 12:25:26.827085 51 controller.go:609] quota admission added evaluator for: projectalertrules.management.cattle.io
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject u-p5t3fwwwoe role create-ns.
2021/07/19 12:25:26 [INFO] Creating clusterRoleBinding for project access to global resource for subject u-khhgdz63iw role create-ns.
I0719 12:25:27.003574 51 controller.go:609] quota admission added evaluator for: rkeaddons.management.cattle.io
I0719 12:25:27.070778 51 reconciler.go:157] Reconciler: start to sync state
I0719 12:25:27.356006 51 controller.go:609] quota admission added evaluator for: cisconfigs.management.cattle.io
I0719 12:25:27.390512 51 controller.go:609] quota admission added evaluator for: cisbenchmarkversions.management.cattle.io
2021/07/19 12:25:27 [INFO] Refreshing driverMetadata in 1440 minutes
time="2021-07-19T12:25:27.596915021Z" level=info msg="Waiting for node local-node CIDR not assigned yet"
2021/07/19 12:25:27 [INFO] driverMetadata: refreshing data from upstream https://releases.rancher.com/kontainer-driver-metadata/release-v2.5/data.json
2021/07/19 12:25:27 [INFO] Retrieve data.json from local path /var/lib/rancher-data/driver-metadata/data.json
2021/07/19 12:25:28 [INFO] Catalog sync done. 63 templates created, 0 templates updated, 0 templates deleted, 0 templates failed
2021/07/19 12:25:29 [INFO] Creating roleBinding User user-pncqc Role project-owner
2021/07/19 12:25:29 [INFO] Creating roleBinding User user-pncqc Role admin
2021/07/19 12:25:29 [INFO] Creating roleBinding User u-khhgdz63iw Role project-member
2021/07/19 12:25:29 [INFO] Creating roleBinding User u-khhgdz63iw Role edit
2021/07/19 12:25:29 [INFO] namespaceHandler: addProjectIDLabelToNamespace: adding label field.cattle.io/projectId=p-l4955 to namespace=fleet-system
time="2021-07-19T12:25:29.598068677Z" level=info msg="Waiting for node local-node CIDR not assigned yet"
2021/07/19 12:25:29 [INFO] kontainerdriver googlekubernetesengine listening on address 127.0.0.1:33789
2021/07/19 12:25:29 [INFO] kontainerdriver amazonelasticcontainerservice listening on address 127.0.0.1:35407
2021/07/19 12:25:29 [INFO] kontainerdriver azurekubernetesservice listening on address 127.0.0.1:46405
2021/07/19 12:25:29 [INFO] kontainerdriver amazonelasticcontainerservice stopped
2021/07/19 12:25:29 [INFO] kontainerdriver azurekubernetesservice stopped
2021/07/19 12:25:29 [INFO] kontainerdriver googlekubernetesengine stopped
2021/07/19 12:25:29 [INFO] update kontainerdriver amazonelasticcontainerservice
2021/07/19 12:25:29 [ERROR] error syncing 'azurekubernetesservice': handler mgmt-kontainer-driver-lifecycle: dynamicschemas.management.cattle.io "cluster" already exists, requeuing
2021/07/19 12:25:29 [INFO] update kontainerdriver azurekubernetesservice
2021/07/19 12:25:29 [INFO] update kontainerdriver googlekubernetesengine
I0719 12:25:30.008707 51 range_allocator.go:82] Sending events to api server.
I0719 12:25:30.008790 51 range_allocator.go:110] No Service CIDR provided. Skipping filtering out service addresses.
I0719 12:25:30.008797 51 range_allocator.go:116] No Secondary Service CIDR provided. Skipping filtering out secondary service addresses.
I0719 12:25:30.008816 51 controllermanager.go:549] Started "nodeipam"
I0719 12:25:30.008874 51 node_ipam_controller.go:159] Starting ipam controller
I0719 12:25:30.008879 51 shared_informer.go:240] Waiting for caches to sync for node
I0719 12:25:30.011476 51 controllermanager.go:549] Started "daemonset"
I0719 12:25:30.011531 51 daemon_controller.go:285] Starting daemon sets controller
I0719 12:25:30.011538 51 shared_informer.go:240] Waiting for caches to sync for daemon sets
I0719 12:25:30.014892 51 controllermanager.go:549] Started "attachdetach"
I0719 12:25:30.014943 51 attach_detach_controller.go:322] Starting attach detach controller
I0719 12:25:30.014948 51 shared_informer.go:240] Waiting for caches to sync for attach detach
I0719 12:25:30.026492 51 controllermanager.go:549] Started "persistentvolume-expander"
I0719 12:25:30.026502 51 expand_controller.go:303] Starting expand controller
I0719 12:25:30.026507 51 shared_informer.go:240] Waiting for caches to sync for expand
I0719 12:25:30.029861 51 controllermanager.go:549] Started "podgc"
I0719 12:25:30.029915 51 gc_controller.go:89] Starting GC controller
I0719 12:25:30.029921 51 shared_informer.go:240] Waiting for caches to sync for GC
I0719 12:25:30.052238 51 controllermanager.go:549] Started "garbagecollector"
I0719 12:25:30.052240 51 garbagecollector.go:128] Starting garbage collector controller
I0719 12:25:30.052262 51 shared_informer.go:240] Waiting for caches to sync for garbage collector
I0719 12:25:30.052275 51 graph_builder.go:282] GraphBuilder running
I0719 12:25:30.055092 51 controllermanager.go:549] Started "cronjob"
I0719 12:25:30.055151 51 cronjob_controller.go:96] Starting CronJob Manager
I0719 12:25:30.066702 51 controllermanager.go:549] Started "csrcleaner"
W0719 12:25:30.066712 51 controllermanager.go:541] Skipping "root-ca-cert-publisher"
I0719 12:25:30.066768 51 cleaner.go:83] Starting CSR cleaner controller
I0719 12:25:30.162062 51 controllermanager.go:549] Started "namespace"
I0719 12:25:30.162090 51 namespace_controller.go:200] Starting namespace controller
I0719 12:25:30.162095 51 shared_informer.go:240] Waiting for caches to sync for namespace
I0719 12:25:30.455241 51 controllermanager.go:549] Started "horizontalpodautoscaling"
I0719 12:25:30.455269 51 horizontal.go:169] Starting HPA controller
I0719 12:25:30.455272 51 shared_informer.go:240] Waiting for caches to sync for HPA
I0719 12:25:30.478028 51 trace.go:205] Trace[604142131]: "Create" url:/api/v1/namespaces/cattle-system/pods,user-agent:rancher/v0.0.0 (linux/amd64) kubernetes/$Format,client:127.0.0.1 (19-Jul-2021 12:25:29.186) (total time: 1291ms):
Trace[604142131]: [1.291619773s] [1.291619773s] END
2021/07/19 12:25:30 [ERROR] Failed to install system chart fleet: pods "helm-operation-" is forbidden: error looking up service account cattle-system/default: serviceaccount "default" not found
I0719 12:25:30.605769 51 controllermanager.go:549] Started "clusterrole-aggregation"
I0719 12:25:30.605791 51 clusterroleaggregation_controller.go:149] Starting ClusterRoleAggregator
I0719 12:25:30.605794 51 shared_informer.go:240] Waiting for caches to sync for ClusterRoleAggregator
I0719 12:25:30.755916 51 controllermanager.go:549] Started "pv-protection"
I0719 12:25:30.755947 51 pv_protection_controller.go:83] Starting PV protection controller
I0719 12:25:30.755953 51 shared_informer.go:240] Waiting for caches to sync for PV protection
I0719 12:25:30.905758 51 controllermanager.go:549] Started "endpointslicemirroring"
I0719 12:25:30.905787 51 endpointslicemirroring_controller.go:211] Starting EndpointSliceMirroring controller
I0719 12:25:30.905792 51 shared_informer.go:240] Waiting for caches to sync for endpoint_slice_mirroring
I0719 12:25:30.955576 51 node_lifecycle_controller.go:77] Sending events to api server
E0719 12:25:30.955594 51 core.go:230] failed to start cloud node lifecycle controller: no cloud provider provided
W0719 12:25:30.955600 51 controllermanager.go:541] Skipping "cloud-node-lifecycle"
I0719 12:25:31.106163 51 controllermanager.go:549] Started "persistentvolume-binder"
I0719 12:25:31.106191 51 pv_controller_base.go:303] Starting persistent volume controller
I0719 12:25:31.106194 51 shared_informer.go:240] Waiting for caches to sync for persistent volume
I0719 12:25:31.256155 51 controllermanager.go:549] Started "pvc-protection"
I0719 12:25:31.256188 51 pvc_protection_controller.go:110] Starting PVC protection controller
I0719 12:25:31.256194 51 shared_informer.go:240] Waiting for caches to sync for PVC protection
I0719 12:25:31.307357 51 certificate_controller.go:118] Starting certificate controller "csrsigning-kubelet-serving"
I0719 12:25:31.307370 51 shared_informer.go:240] Waiting for caches to sync for certificate-csrsigning-kubelet-serving
I0719 12:25:31.307385 51 dynamic_serving_content.go:130] Starting csr-controller::/var/lib/rancher/k3s/server/tls/client-ca.crt::/var/lib/rancher/k3s/server/tls/client-ca.key
I0719 12:25:31.307510 51 certificate_controller.go:118] Starting certificate controller "csrsigning-kubelet-client"
I0719 12:25:31.307519 51 shared_informer.go:240] Waiting for caches to sync for certificate-csrsigning-kubelet-client
I0719 12:25:31.307529 51 dynamic_serving_content.go:130] Starting csr-controller::/var/lib/rancher/k3s/server/tls/client-ca.crt::/var/lib/rancher/k3s/server/tls/client-ca.key
I0719 12:25:31.307693 51 certificate_controller.go:118] Starting certificate controller "csrsigning-kube-apiserver-client"
I0719 12:25:31.307702 51 shared_informer.go:240] Waiting for caches to sync for certificate-csrsigning-kube-apiserver-client
I0719 12:25:31.307714 51 dynamic_serving_content.go:130] Starting csr-controller::/var/lib/rancher/k3s/server/tls/client-ca.crt::/var/lib/rancher/k3s/server/tls/client-ca.key
I0719 12:25:31.307849 51 controllermanager.go:549] Started "csrsigning"
I0719 12:25:31.307874 51 certificate_controller.go:118] Starting certificate controller "csrsigning-legacy-unknown"
I0719 12:25:31.307878 51 shared_informer.go:240] Waiting for caches to sync for certificate-csrsigning-legacy-unknown
I0719 12:25:31.307886 51 dynamic_serving_content.go:130] Starting csr-controller::/var/lib/rancher/k3s/server/tls/client-ca.crt::/var/lib/rancher/k3s/server/tls/client-ca.key
I0719 12:25:31.355784 51 controllermanager.go:549] Started "csrapproving"
W0719 12:25:31.355794 51 controllermanager.go:528] "bootstrapsigner" is disabled
I0719 12:25:31.355816 51 certificate_controller.go:118] Starting certificate controller "csrapproving"
I0719 12:25:31.355820 51 shared_informer.go:240] Waiting for caches to sync for certificate-csrapproving
E0719 12:25:31.505697 51 core.go:90] Failed to start service controller: WARNING: no cloud provider provided, services of type LoadBalancer will fail
W0719 12:25:31.505707 51 controllermanager.go:541] Skipping "service"
time="2021-07-19T12:25:31.599235096Z" level=info msg="Waiting for node local-node CIDR not assigned yet"
I0719 12:25:31.655793 51 controllermanager.go:549] Started "job"
I0719 12:25:31.655804 51 job_controller.go:148] Starting job controller
I0719 12:25:31.655809 51 shared_informer.go:240] Waiting for caches to sync for job
I0719 12:25:31.806762 51 controllermanager.go:549] Started "deployment"
I0719 12:25:31.806790 51 deployment_controller.go:153] Starting deployment controller
I0719 12:25:31.806796 51 shared_informer.go:240] Waiting for caches to sync for deployment
I0719 12:25:32.005214 51 controllermanager.go:549] Started "disruption"
I0719 12:25:32.005241 51 disruption.go:331] Starting disruption controller
I0719 12:25:32.005244 51 shared_informer.go:240] Waiting for caches to sync for disruption
I0719 12:25:32.072948 51 trace.go:205] Trace[731390717]: "Create" url:/api/v1/namespaces/cattle-system/pods,user-agent:rancher/v0.0.0 (linux/amd64) kubernetes/$Format,client:127.0.0.1 (19-Jul-2021 12:25:30.512) (total time: 1560ms):
Trace[731390717]: [1.560731805s] [1.560731805s] END
2021/07/19 12:25:32 [ERROR] Failed to install system chart fleet-crd: pods "helm-operation-" is forbidden: error looking up service account cattle-system/default: serviceaccount "default" not found
I0719 12:25:32.161723 51 node.go:136] Successfully retrieved node IP: 172.17.0.2
I0719 12:25:32.161744 51 server_others.go:143] kube-proxy node IP is an IPv4 address (172.17.0.2), assume IPv4 operation
I0719 12:25:32.162098 51 controllermanager.go:549] Started "statefulset"
W0719 12:25:32.162107 51 controllermanager.go:541] Skipping "ttl-after-finished"
I0719 12:25:32.162134 51 stateful_set.go:146] Starting stateful set controller
I0719 12:25:32.162143 51 shared_informer.go:240] Waiting for caches to sync for stateful set
I0719 12:25:32.162331 51 server_others.go:186] Using iptables Proxier.
I0719 12:25:32.162478 51 server.go:650] Version: v1.19.8+k3s1
I0719 12:25:32.163070 51 shared_informer.go:240] Waiting for caches to sync for resource quota
I0719 12:25:32.163200 51 conntrack.go:103] Set sysctl 'net/netfilter/nf_conntrack_max' to 524288
F0719 12:25:32.163217 51 server.go:495] open /proc/sys/net/netfilter/nf_conntrack_max: permission denied
W0719 12:25:32.258846 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ClusterAlertRule ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.258846 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.GlobalDnsProvider ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.258887 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ProjectNetworkPolicy ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.258894 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ClusterAlertGroup ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.258917 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Operation ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.258946 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.Notifier ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.258954 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ProjectAlertRule ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.258994 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ProjectAlert ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259010 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.MultiClusterApp ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259011 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.258958 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.NetworkPolicy ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259031 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.RkeK8sServiceOption ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259041 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.SourceCodeProviderConfig ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259054 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Service ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259063 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Secret ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259072 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Pod ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259085 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.ClusterRoleBinding ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259096 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.LimitRange ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259103 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.ClusterRole ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259117 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ClusterLogging ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259125 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1beta1.PodSecurityPolicy ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259134 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.ServiceMonitor ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259148 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Node ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259155 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.ReplicaSet ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259166 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Event ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259177 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.App ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259194 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.StatefulSet ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259206 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Namespace ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259227 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1beta1.CronJob ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259240 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Prometheus ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259260 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Secret ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259274 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.PipelineSetting ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259290 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.ConfigMap ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259303 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Pod ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259320 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1beta1.Ingress ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259332 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ClusterScan ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259353 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.RoleBinding ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259362 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.DaemonSet ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259383 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.ReplicationController ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259383 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ComposeConfig ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259393 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Endpoints ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.258959 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259417 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Role ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259423 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259428 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.DaemonSet ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259430 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259433 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
2021/07/19 12:25:32 [ERROR] Failed to install system chart fleet: Post "https://127.0.0.1:6443/api/v1/namespaces/cattle-system/pods?timeout=15m0s": EOF
2021/07/19 12:25:32 [ERROR] Failed to install system chart rancher-operator-crd: Get "https://127.0.0.1:6443/version?timeout=15m0s": dial tcp 127.0.0.1:6443: connect: connection refused
W0719 12:25:32.259438 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259452 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259454 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259457 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259466 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.GroupMember ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259484 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259508 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259548 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ProjectCatalog ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259602 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.APIService ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259607 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259605 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.Project ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259610 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Deployment ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259614 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.PipelineExecution ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259613 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.EtcdBackup ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259621 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.CatalogTemplate ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259621 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.NodeDriver ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259630 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.NodePool ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259636 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259638 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259641 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259663 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259667 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259670 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259672 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259683 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
2021/07/19 12:25:32 [ERROR] Failed to install system chart rancher-webhook: Get "https://127.0.0.1:6443/version?timeout=15m0s": dial tcp 127.0.0.1:6443: connect: connection refused
W0719 12:25:32.259699 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259705 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259710 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259720 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259724 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.SourceCodeRepository ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259727 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259736 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259744 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259746 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259753 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259757 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259763 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259770 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259783 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259789 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259791 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259801 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259807 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259811 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259812 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259816 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259826 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259832 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Secret ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
2021/07/19 12:25:32 [ERROR] Failed to install system chart rancher-operator: Get "https://127.0.0.1:6443/version?timeout=15m0s": dial tcp 127.0.0.1:6443: connect: connection refused
W0719 12:25:32.259837 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.Cluster ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259838 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Role ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259841 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.APIService ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259845 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259845 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.Preference ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259849 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259855 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259860 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259863 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259872 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259874 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259874 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.ClusterRole ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259881 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259883 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.RoleBinding ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259890 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259892 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259903 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Secret ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259913 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259914 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259928 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.Token ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259931 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.Feature ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259933 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.UserAttribute ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259943 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.ClusterRepo ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259943 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.CatalogTemplateVersion ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259949 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.Setting ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259488 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259954 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.ConfigMap ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259959 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259466 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.Group ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259932 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1beta1.CustomResourceDefinition ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259510 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259971 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259974 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.User ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259436 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259468 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259468 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ProjectLogging ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259472 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.Pipeline ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259476 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.GlobalDns ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259477 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ClusterCatalog ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259491 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.SourceCodeCredential ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259497 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.RkeK8sSystemImage ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259499 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ClusterTemplateRevision ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259502 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v1.Namespace ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259505 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.PodSecurityPolicyTemplate ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259501 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.MultiClusterAppRevision ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
2021/07/19 12:25:32 [FATAL] k3s exited with: exit status 1
W0719 12:25:32.259513 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *summary.SummarizedObject ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
W0719 12:25:32.259516 8 reflector.go:437] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: watch of *v3.ClusterRoleTemplateBinding ended with: very short watch: pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Unexpected watch close - watch lasted less than a second and no items received
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment