caigy commented on issue #110:
URL:
https://github.com/apache/rocketmq-operator/issues/110#issuecomment-1189027245
**CASE 4: Containerd 1.5.10 OS: Alibaba Cloud Linux 3 (Soaring Falcon),
Kernel: 5.10.84-10.2.al8.x86_64**
Build operator image by `docker build` first, use `docker save` to export
image file, then import this file by `ctr image import` command.
```sh
[root@iZwz91yvcvq6jsszq3ech9Z deploy]# kubectl describe po
rocketmq-operator-645796d4bc-2pn85
Name: rocketmq-operator-645796d4bc-2pn85
Namespace: default
Priority: 0
Node: cn-shenzhen.172.16.0.57/172.16.0.57
Start Time: Tue, 19 Jul 2022 20:46:12 +0800
Labels: name=rocketmq-operator
pod-template-hash=645796d4bc
Annotations: kubernetes.io/psp: ack.privileged
Status: Running
IP: 172.16.0.84
IPs:
IP: 172.16.0.84
Controlled By: ReplicaSet/rocketmq-operator-645796d4bc
Containers:
manager:
Container ID:
containerd://37894a4572e365b4698167f2a13741f2057361a5209e8506885bc879f935e826
Image: localhost/apacherocketmq/rocketmq-operator:0.3.0-snapshot
Image ID:
sha256:24c933e6d0d914c9cfe128e5afdf0a42bbae8f0201e10c6afc515909bccfa491
Port: <none>
Host Port: <none>
Command:
/manager
Args:
--leader-elect
State: Running
Started: Tue, 19 Jul 2022 20:46:15 +0800
Ready: True
Restart Count: 0
Liveness: http-get http://:8081/healthz delay=15s timeout=1s
period=20s #success=1 #failure=3
Readiness: http-get http://:8081/readyz delay=5s timeout=1s
period=10s #success=1 #failure=3
Environment:
WATCH_NAMESPACE: default (v1:metadata.namespace)
POD_NAME: rocketmq-operator-645796d4bc-2pn85 (v1:metadata.name)
OPERATOR_NAME: rocketmq-operator
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from
kube-api-access-csfpm (ro)
Conditions:
Type Status
Initialized True
Ready True
ContainersReady True
PodScheduled True
Volumes:
kube-api-access-csfpm:
Type: Projected (a volume that contains injected data
from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute
op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute
op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 10m default-scheduler Successfully assigned
default/rocketmq-operator-645796d4bc-2pn85 to cn-shenzhen.172.16.0.57
Normal AllocIPSucceed 10m terway-daemon Alloc IP 172.16.0.84/24
Normal Pulled 10m kubelet Container image
"localhost/apacherocketmq/rocketmq-operator:0.3.0-snapshot" already present on
machine
Normal Created 10m kubelet Created container manager
Normal Started 10m kubelet Started container manager
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]