Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubectl run command only create pod without deployment #5

Open
pearPLUS opened this issue Oct 25, 2022 · 1 comment
Open

kubectl run command only create pod without deployment #5

pearPLUS opened this issue Oct 25, 2022 · 1 comment

Comments

@pearPLUS
Copy link

No description provided.

@pearPLUS
Copy link
Author

(base) kexu@Kes-MacBook-Pro ~ % kubectl run grafana -n openfaas --image=stefanprodan/faas-grafana:4.6.3 --port=3000
pod/grafana created
(base) kexu@Kes-MacBook-Pro ~ % kubectl get pod -n openfaas
NAME READY STATUS RESTARTS AGE
alertmanager-bb49b895f-4lwcg 1/1 Running 0 10m
basic-auth-plugin-75bcc98bc6-jqlsb 1/1 Running 0 10m
gateway-ff4db7867-hlnpp 2/2 Running 1 (10m ago) 10m
grafana 1/1 Running 0 13s
nats-568899cb88-gz4tr 1/1 Running 0 10m
prometheus-cd497dfb7-vf859 1/1 Running 0 10m
queue-worker-84bfb5cd9b-9zsqg 1/1 Running 0 10m
(base) kexu@Kes-MacBook-Pro ~ % kubectl get deployments -n openfaas
NAME READY UP-TO-DATE AVAILABLE AGE
alertmanager 1/1 1 1 10m
basic-auth-plugin 1/1 1 1 10m
gateway 1/1 1 1 10m
nats 1/1 1 1 10m
prometheus 1/1 1 1 10m
queue-worker 1/1 1 1 10m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant