Add ingress-nginx check for updating README (#9533)

To detect the version mismatch.
This commit is contained in:
Kenichi Omichi
2022-12-01 18:16:27 +09:00
committed by GitHub
parent 07ad5ecfce
commit ed38d8d3a1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
TARGET_COMPONENTS="containerd calico cilium flannel kube-ovn kube-router weave cert-manager krew helm metallb registry cephfs-provisioner rbd-provisioner aws-ebs-csi-plugin azure-csi-plugin cinder-csi-plugin gcp-pd-csi-plugin local-path-provisioner local-volume-provisioner kube-vip"
TARGET_COMPONENTS="containerd calico cilium flannel kube-ovn kube-router weave cert-manager krew helm metallb registry cephfs-provisioner rbd-provisioner aws-ebs-csi-plugin azure-csi-plugin cinder-csi-plugin gcp-pd-csi-plugin local-path-provisioner local-volume-provisioner kube-vip ingress-nginx"
# cd to the root directory of kubespray
cd $(dirname $0)/../../