-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
… kubernetes cluster includes linux nodes and windows nodes
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,6 +213,8 @@ spec: | |
# wait up to five minutes for the drain of connections | ||
terminationGracePeriodSeconds: 300 | ||
serviceAccountName: nginx-ingress-serviceaccount | ||
nodeSelector: | ||
kubernetes.io/os: linux | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tobiasmcnulty
|
||
containers: | ||
- name: nginx-ingress-controller | ||
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.1 | ||
|
I'm using the default kubernetes version with Azure Kubernetes Service, and had to change to
beta.kubernetes.io/os: linux
to make it work. Would it be possible to add an additional selector?