We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c8fb46 + 868d7c4 commit e009e80Copy full SHA for e009e80
articles/aks/azure-disk-volume.md
@@ -132,6 +132,8 @@ following command:
132
metadata:
133
name: mypod
134
spec:
135
+ nodeSelector:
136
+ kubernetes.io/os: linux
137
containers:
138
- image: mcr.microsoft.com/oss/nginx/nginx:1.15.5-alpine
139
articles/aks/azure-files-volume.md
@@ -78,6 +78,8 @@ kind: Pod
78
79
80
81
82
83
84
85
@@ -95,6 +97,7 @@ spec:
95
97
- name: azure
96
98
csi:
99
driver: file.csi.azure.com
100
+ readOnly: false
101
volumeAttributes:
102
secretName: azure-secret # required
103
shareName: aksshare # required
0 commit comments