Hi All,
I have U-20 machine on which i have deployed openshift & it is up and running. Openshift is running on cluster mode. Further i have taken K6 image from docker(grafana/K6) which i am trying to deploy on openshift cluster.
I am trying to create new app with the below command
oc new-app --name=k6 --docker-image=grafana/k6:latest
But the node always goes in CrashLoopBack. Initial GCP VM was of 6 core and 18GB.Found one of the solution of Pods status being Crashloopback was due to unavailability of hardware. Hence increased H/w to 12 core 48 GB memory. Still the issue is not resolve and the pods are still in crashloopback . Any help will really help in solving the issue.
I am running the setup with root user.
root@docker:/home/rajnish/docker/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit# oc get pods
NAME READY STATUS RESTARTS AGE
k6-1-deploy 1/1 Running 0 2m
k6-1-l79k5 0/1 CrashLoopBackOff 4 2m
Do suggest in case of any additional info required.
Regards,
Rajnish