-
|
Hi, I maintain a cluster on Azure Kubernetes Service with hybrid nodes, Linux and Windows. I have successfully deployed kgateway 2.1 to my Flux-controlled cluster with Helm releases based on the following charts:
where I also specified the values:
nodeSelector:
kubernetes.io/os: linuxNext, I attempted to creat apiVersion: gateway.kgateway.dev/v1alpha1
kind: GatewayParameters
metadata:
name: kgateway-parameters
namespace: kgateway-system
spec:
kube:
podTemplate:
nodeSelector:
kubernetes.io/os: linuxand reference it from the spec:
infrastructure:
parametersRef:
kind: GatewayParameters
group: gateway.kgateway.dev
name: kgateway-parametersThis works! However, is this the only way to specify |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
In addition to |
Beta Was this translation helpful? Give feedback.
Yes, currently
GatewayParametersis the only option available (there's a bit of nuance here, but probably not relevant).If that's a problem, perhaps open an issue explaining your use case?