Hi,
The operator logs seem to mention that once cb-0000 is created, it then immediately starts “Pod upgrading” which i believe causes it to start cb-0001?
Here is the snippet:
{“level”:“info”,“ts”:1605170512.46828,“logger”:“couchbaseutil”,“msg”:“Node status”,“cluster”:“journey-reconciler-test-28367/cb”,“name”:“cb-0000”,“version”:“6.5.1”,“class”:“all_services”,“managed”:true,“status”:“warmup”}
{“level”:“info”,“ts”:1605170512.6510231,“logger”:“cluster”,“msg”:“Pods warming up, skipping”,“cluster”:“journey-reconciler-test-28367/cb”}
{“level”:“info”,“ts”:1605170512.8513014,“logger”:“cluster”,“msg”:“Reconcile completed”,“cluster”:“journey-reconciler-test-28367/cb”}
{“level”:“info”,“ts”:1605170514.0321784,“logger”:“cluster”,“msg”:“create CouchbaseUser”,“name”:“tdm-service”}
{“level”:“info”,“ts”:1605170514.2597518,“logger”:“couchbaseutil”,“msg”:“Cluster status”,“cluster”:“journey-reconciler-test-28367/cb”,“balance”:“balanced”,“rebalancing”:false}
{“level”:“info”,“ts”:1605170514.259801,“logger”:“couchbaseutil”,“msg”:“Node status”,“cluster”:“journey-reconciler-test-28367/cb”,“name”:“cb-0000”,“version”:“6.5.1”,“class”:“all_services”,“managed”:true,“status”:“active”}
{“level”:“info”,“ts”:1605170517.0578322,“logger”:“cluster”,“msg”:“Pod upgrading”,“cluster”:“journey-reconciler-test-28367/cb”,“name”:“cb-0000”,“source”:“6.5.1”,“target”:“6.5.1”,“diff”:" strings.Join({\n \t… // 130 identical lines\n \t"hostname: cb-0000",\n \t"restartPolicy: Never",\n+ \t"securityContext:",\n+ \t" fsGroup: 1000",\n \t"subdomain: cb",\n \t"volumes:",\n \t… // 4 identical lines\n }, “\n”)\n"}
{“level”:“info”,“ts”:1605170517.5661707,“logger”:“cluster”,“msg”:“Creating pod”,“cluster”:“journey-reconciler-test-28367/cb”,“name”:“cb-0001”,“image”:“couchbase/server:6.5.1”}
{“level”:“info”,“ts”:1605170570.34202,“logger”:“cluster”,“msg”:“Pod added to cluster”,“cluster”:“journey-reconciler-test-28367/cb”,“name”:“cb-0001”}
Thanks.