File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
.github/actions/kind-create Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ runs:
4646 echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
4747 shell : bash
4848
49- - name : Install cloud-provider-kind
50- id : cloud-provider-kind
51- run : |
52- echo "Install cloud-provider-kind"
53- go install sigs.k8s.io/cloud-provider-kind@latest
54- kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
55- ~/go/bin/cloud-provider-kind &
56- shell : bash
49+ # - name: Install cloud-provider-kind
50+ # id: cloud-provider-kind
51+ # run: |
52+ # echo "Install cloud-provider-kind"
53+ # go install sigs.k8s.io/cloud-provider-kind@latest
54+ # kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
55+ # ~/go/bin/cloud-provider-kind &
56+ # shell: bash
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ func testInstall() bool {
3737 })
3838 })
3939
40- When ("Installing contour ingress controller" , func () {
41- It ("Installing contour Helm chart" , func () {
42- err = contourIngressControllerHelmDescriptor .installHelmChart (kubectlOptions )
43- Expect (err ).NotTo (HaveOccurred ())
44- })
45- })
40+ // When("Installing contour ingress controller", func() {
41+ // It("Installing contour Helm chart", func() {
42+ // err = contourIngressControllerHelmDescriptor.installHelmChart(kubectlOptions)
43+ // Expect(err).NotTo(HaveOccurred())
44+ // })
45+ // })
4646
4747 When ("Installing zookeeper-operator" , func () {
4848 It ("Installing zookeeper-operator Helm chart" , func () {
You can’t perform that action at this time.
0 commit comments