thegridman / coherence-k8s-example

0 stars 1 forks source link

PODS Not showing up after kubectl apply #10

Closed viju2008 closed 3 years ago

viju2008 commented 3 years ago

PODS not showing up after applying this: The METADATA NAME HAS BEEN CHANGED BY ME to "student-storage-new"

ubuntu@acsokecluster2:~/jo_example2/k8s$ cat storage-cluster.yaml apiVersion: coherence.oracle.com/v1 kind: Coherence metadata: name: student-storage-new spec: annotations: openshift.io/scc: anyuid image: vijaypan/storage-service-st:1.0.0-SNAPSHOT application: type: spring env:

NAME READY STATUS RESTARTS AGE coherence-operator-controller-manager-7dd6cb9b4f-jql2p 1/1 Running 1 47m example-cluster-proxy-0 1/1 Running 1 8d example-cluster-rest-0 1/1 Running 1 8d example-cluster-storage-0 1/1 Running 1 8d example-cluster-storage-1 1/1 Running 1 8d example-cluster-storage-2 1/1 Running 1 8d prometheus-grafana-595879d678-pz4hm 2/2 Running 0 4d19h prometheus-kube-state-metrics-7c64748dd4-fjlrk 1/1 Running 0 4d19h prometheus-prometheus-node-exporter-kt9d2 1/1 Running 0 4d19h prometheus-prometheus-node-exporter-rnmx6 1/1 Running 0 4d19h prometheus-prometheus-node-exporter-x9qzs 1/1 Running 0 4d19h prometheus-prometheus-oper-operator-5769f8864c-wpjfx 2/2 Running 0 4d19h prometheus-prometheus-prometheus-oper-prometheus-0 3/3 Running 1 4d19h student-storage-0 1/1 Running 0 5d21h student-storage-1 1/1 Running 0 5d21h students-application-546548d64-frtjm 1/1 Running 0 5d21h students-application-new-b647d58fc-jnw87 1/1 Running 0 12m test-cluster-0 1/1 Running 0 4d19h test-cluster-1 1/1 Running 0 4d19h

kubectl apply -f storage-cluster.yaml -n coherence-test coherence.coherence.oracle.com/student-storage-new unchanged