fix: Declare kube-system namespace
This commit is contained in:
parent
3ddf7cbc2a
commit
b8e894fd52
2 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ kind: Kustomization
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- ip-pool.yaml
|
- ip-pool.yaml
|
||||||
- gateways.yaml
|
- gateways.yaml
|
||||||
- httproute.yaml
|
- httproute.yaml
|
||||||
|
|
|
||||||
5
k8s-peterg/cilium-gatewayapi/namespace.yaml
Normal file
5
k8s-peterg/cilium-gatewayapi/namespace.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: kube-system
|
||||||
Loading…
Add table
Add a link
Reference in a new issue