Move tool pod to priv namespace
This commit is contained in:
parent
06157d2e09
commit
dc27e58298
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ apiVersion: v1
|
|||
kind: Pod
|
||||
metadata:
|
||||
name: rocky-nenya
|
||||
namespace: default
|
||||
namespace: kube-system
|
||||
spec:
|
||||
nodeName: nenya
|
||||
# nodeName: nenya
|
||||
containers:
|
||||
- name: rocky
|
||||
image: rockylinux:9
|
Loading…
Reference in a new issue