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

Config query on multi node policy deployment #208

Merged
merged 2 commits into from
May 20, 2020

Conversation

libujacob
Copy link
Contributor

root@net-iso-1:~# kubectl apply -f genie-complete.yaml 
clusterrole.rbac.authorization.k8s.io/genie-plugin created
clusterrole.rbac.authorization.k8s.io/genie-policy created
clusterrolebinding.rbac.authorization.k8s.io/genie-plugin created
clusterrolebinding.rbac.authorization.k8s.io/genie-policy created
serviceaccount/genie-plugin created
serviceaccount/genie-policy created
configmap/genie-config created
daemonset.apps/genie-plugin created
daemonset.apps/genie-network-admission-controller created
service/genie-network-admission-controller created
daemonset.apps/genie-policy-controller created
root@net-iso-1:~# 
root@net-iso-1:~# kubectl get po --all-namespaces -o wide
NAMESPACE     NAME                                       READY   STATUS    RESTARTS   AGE     IP              NODE        NOMINATED NODE   READINESS GATES
kube-system   coredns-66bff467f8-b4tf8                   1/1     Running   0          4d      10.32.0.3       net-iso-1   <none>           <none>
kube-system   coredns-66bff467f8-x9scn                   1/1     Running   0          4d      10.32.0.2       net-iso-1   <none>           <none>
kube-system   etcd-net-iso-1                             1/1     Running   0          4d      172.16.104.29   net-iso-1   <none>           <none>
kube-system   genie-network-admission-controller-bcjn2   1/1     Running   0          84s     172.16.104.29   net-iso-1   <none>           <none>
kube-system   genie-plugin-k5k86                         1/1     Running   0          84s     172.16.104.32   net-iso-2   <none>           <none>
kube-system   genie-plugin-ztxc4                         1/1     Running   0          84s     172.16.104.29   net-iso-1   <none>           <none>
kube-system   genie-policy-controller-b77rn              1/1     Running   0          84s     172.16.104.29   net-iso-1   <none>           <none>
kube-system   genie-policy-controller-mbs5f              1/1     Running   0          84s     172.16.104.32   net-iso-2   <none>           <none>
kube-system   kube-apiserver-net-iso-1                   1/1     Running   0          4d      172.16.104.29   net-iso-1   <none>           <none>
kube-system   kube-controller-manager-net-iso-1          1/1     Running   0          4d      172.16.104.29   net-iso-1   <none>           <none>
kube-system   kube-flannel-ds-amd64-sspfc                1/1     Running   0          3d19h   172.16.104.29   net-iso-1   <none>           <none>
kube-system   kube-flannel-ds-amd64-vmfwd                1/1     Running   0          3d19h   172.16.104.32   net-iso-2   <none>           <none>
kube-system   kube-proxy-czcg9                           1/1     Running   0          4d      172.16.104.32   net-iso-2   <none>           <none>
kube-system   kube-proxy-wlvvz                           1/1     Running   0          4d      172.16.104.29   net-iso-1   <none>           <none>
kube-system   kube-scheduler-net-iso-1                   1/1     Running   0          4d      172.16.104.29   net-iso-1   <none>           <none>
kube-system   weave-net-69znn                            2/2     Running   0          4d      172.16.104.29   net-iso-1   <none>           <none>
kube-system   weave-net-7p2j5                            2/2     Running   1          4d      172.16.104.32   net-iso-2   <none>           <none>
root@net-iso-1:~# 

Close issue #207

@sushanthakumar
Copy link
Collaborator

LGTM

@sushanthakumar sushanthakumar merged commit 0e75a4e into cni-genie:master May 20, 2020
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

Successfully merging this pull request may close these issues.

2 participants