forked from suse-edge/Factory
unpack obscpio files
This commit is contained in:
17
sriov-network-operator-chart/templates/NOTES.txt
Normal file
17
sriov-network-operator-chart/templates/NOTES.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Get Network Operator deployed resources by running the following commands:
|
||||
|
||||
$ kubectl -n {{ .Release.Namespace }} get pods
|
||||
|
||||
For additional instructions on how to use SR-IOV network operator,
|
||||
refer to: https://github.com/k8snetworkplumbingwg/sriov-network-operator
|
||||
|
||||
{{- if .Values.operator.enableAdmissionController }}
|
||||
{{- if not .Values.cert_manager }}
|
||||
Thank you for installing {{ .Chart.Name }}.
|
||||
|
||||
WARNING! Self signed certificates have been generated for webhooks.
|
||||
These certificates have a one-year validity and will not be rotated
|
||||
automatically. This should not be a production cluster. Please deploy
|
||||
and use cert-manager for production clusters.
|
||||
{{- end }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user