@@ -52,24 +52,25 @@ Run `make install` to install the operator. Check that the operator is running i
52
52
Following the expected result.
53
53
54
54
``` shell
55
- $ kubectl get all -n helm-memcached
56
- NAME READY STATUS RESTARTS AGE
57
- pod/example-memcached-84dc867dc-b28wc 1/1 Running 0 7s
58
- pod/example-memcached-84dc867dc-vrxd8 1/1 Running 0 7s
59
- pod/example-memcached-84dc867dc-vvb29 1/1 Running 0 7s
60
- pod/memcached-operator-5b45959c8b-sx9x4 1/1 Running 0 13s
61
-
62
- NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
63
- service/example-memcached ClusterIP 10.107.76.22 < none> 80/TCP 7s
64
- service/memcached-operator-metrics ClusterIP 10.99.126.244 < none> 8686/TCP,8383/TCP 7s
65
-
66
- NAME READY UP-TO-DATE AVAILABLE AGE
67
- deployment.apps/example-memcached 3/3 3 3 7s
68
- deployment.apps/memcached-operator 1/1 1 1 13s
69
-
70
- NAME DESIRED CURRENT READY AGE
71
- replicaset.apps/example-memcached-84dc867dc 3 3 3 7s
72
- replicaset.apps/memcached-operator-5b45959c8b 1 1 1 13s
55
+ $ kubectl get all -n helm-memcached -o wide
56
+ NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
57
+ pod/example-memcached-0 1/1 Running 0 37s 172.17.0.5 minikube < none> < none>
58
+ pod/example-memcached-1 1/1 Running 0 19s 172.17.0.6 minikube < none> < none>
59
+ pod/example-memcached-2 1/1 Running 0 12s 172.17.0.7 minikube < none> < none>
60
+ pod/memcached-operator-55d98c7cf8-x6x9p 1/1 Running 0 52s 172.17.0.4 minikube < none> < none>
61
+
62
+ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
63
+ service/example-memcached ClusterIP None < none> 11211/TCP 37s app=example-memcached
64
+ service/memcached-operator-metrics ClusterIP 10.96.212.206 < none> 8686/TCP,8383/TCP 38s name=memcached-operator
65
+
66
+ NAME READY UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTOR
67
+ deployment.apps/memcached-operator 1/1 1 1 52s memcached-operator cmacedo/memcached-operator:test name=memcached-operator
68
+
69
+ NAME DESIRED CURRENT READY AGE CONTAINERS IMAGES SELECTOR
70
+ replicaset.apps/memcached-operator-55d98c7cf8 1 1 1 52s memcached-operator cmacedo/memcached-operator:test name=memcached-operator,pod-template-hash=55d98c7cf8
71
+
72
+ NAME READY AGE CONTAINERS IMAGES
73
+ statefulset.apps/example-memcached 3/3 37s example-memcached memcached:1.5.12-alpine
73
74
```
74
75
75
76
### Uninstalling
0 commit comments