You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2023. It is now read-only.
⟩ kubectl apply -f ./manifests
namespace "foo001" created
namespace "foo002" created
namespace "foo004" created
⟩ kubectl get namespace --show-labels
NAME STATUS AGE LABELS
default Active 32d <none>
foo001 Active 10s name=staging,service=hoge
foo002 Active 10s name=production,service=piyo
foo004 Active 10s <none>
kube-public Active 32d <none>
kube-system Active 32d <none>
⟩ kubectl get namespace --show-labels
NAME STATUS AGE LABELS
default Active 32d <none>
foo001 Active 35s name=staging,test2=456,test=123
foo002 Active 35s name=production,service=aaaaaaaaaaa
foo003 Active 10s name=development,service=fuga
kube-public Active 32d <none>
kube-system Active 32d <none>