Passed cilium connectivity tests as a worker node
This commit is contained in:
16
docs/cilium.md
Normal file
16
docs/cilium.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Worker node
|
||||
|
||||
```yaml
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNodeConfig
|
||||
metadata:
|
||||
namespace: kube-system
|
||||
name: monok8s-worker
|
||||
spec:
|
||||
nodeSelector:
|
||||
matchLabels:
|
||||
node.kubernetes.io/instance-type: mono-gateway
|
||||
defaults:
|
||||
devices: "eth1"
|
||||
direct-routing-device: "eth1"
|
||||
```
|
||||
Reference in New Issue
Block a user