Prajyot Parab
Prajyot Parab
The test fails with ``` java.lang.AssertionError: expected: but was: at org.testng.Assert.fail(Assert.java:89) at org.testng.Assert.failNotEquals(Assert.java:489) at org.testng.Assert.assertEquals(Assert.java:118) at org.testng.Assert.assertEquals(Assert.java:160) at org.apache.falcon.notification.service.SchedulerServiceTest.testDeRegistration(SchedulerServiceTest.java:274) ``` Implemented waitFor() function to fix it.
Signed-off-by: Prajyot-Parab **What this PR does / why we need it**: - Deprecate SSHKeys in favor of SSHKeysRef variable **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #,...
/kind feature /area provider/ibmcloud **Describe the solution you'd like** This epic covers all the task items involved as part of the process to complete the entire PowerVS infra creation via...
/kind documentation /area provider/ibmcloud **Describe the solution you'd like** Add instructions in doc to update release versions in security-scan workflow - Add newly release version to workflow - Remove `n-2`th...
/kind feature /area provider/ibmcloud **Describe the solution you'd like** This task focuses on including loadbalancer support for capibm powervs k8s cluster. This will also involve exploration of Primary/Secondary LB concepts...
/kind bug /area provider/ibmcloud **What steps did you take and what happened:** - Enhance linting to cover yaml files (to avoid issues as - https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/commit/7cd7fcc1c0448df9caae393fa63720a874b36c85) **What did you expect to...
## Explanation see https://explore.ggcr.dev/?image=registry.k8s.io%2Fkubectl:v1.32.3 - this image supports more arch(es) than the bitnami one https://explore.ggcr.dev/?image=bitnami%2Fkubectl%3A1.32.3 Context: see https://github.com/kubernetes/k8s.io/issues/7984 ## Related issue ## Milestone of this PR ## Documentation (required for...
_**Feature Request**_ **Background** - A previous feature request introduced a post-submit job that builds and publishes the official contributor-site container image using Kubernetes infrastructure. This has already simplified the contributor...
/area provider/ibmcloud **Tasks:** After every CAPIBM major version release: - [x] Update Infrastructure Provider version in [metadata.yaml](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/blob/main/metadata.yaml) and [e2e test config files](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/tree/main/test/e2e/config) - [x] [Update release branch versions for weekly...