Skip to content

Commit

Permalink
Merge pull request #339 from appuio/fix/apply-cilium-manifests
Browse files Browse the repository at this point in the history
Ensure that manually applied cilium manifests are in cilium ns
  • Loading branch information
haasad committed Jun 26, 2024
2 parents 6f00025 + 54047d5 commit 0fe32bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ We need to execute the `apply` twice, since the first apply will fail to create
+
[source,bash]
----
kubectl --as=cluster-admin apply -Rf catalog/manifests/cilium/
kubectl --as=cluster-admin apply -n cilium -Rf catalog/manifests/cilium/
----
+
[source,bash]
----
kubectl --as=cluster-admin apply -Rf catalog/manifests/cilium/
kubectl --as=cluster-admin apply -n cilium -Rf catalog/manifests/cilium/
----

. Wait until Cilium CNI is up and running
Expand Down

0 comments on commit 0fe32bc

Please sign in to comment.