generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the kwok chart support
hostNetwork
to avoid the issue #819
Update the README.md in the kwok helm chart to pass the job pull-kwok-verify-main update the comment
- Loading branch information
1 parent
f972843
commit 96ba4e9
Showing
4 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ maintainers: | |
- name: wzshiming | ||
email: [email protected] | ||
appVersion: v0.6.1 | ||
version: 0.1.1 | ||
version: 0.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,3 +103,4 @@ spec: | |
tolerations: | ||
{{- toYaml . | nindent 8 }} | ||
{{- end }} | ||
hostNetwork: {{ .Values.hostNetwork }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters