Mahamed Ali
Mahamed Ali
/test upgrade-tests
@cardil What do you think? This change allows us to go from `kntest kubetest2 gke` to `kubetest2 gke` with the following benefits: - direct use of the upstream library, a...
I know, I will update this upstream. I wanted to test the change before submitting it upstream as it is very annoying to iterate.
I looked into this a few months ago in https://github.com/kubernetes-sigs/promo-tools/pull/609. There are other benefits to dropping the `docker-credential-gcloud` such as going distroless, not bundling gcloud sdk and python. Adding new...
We are loading the creds in a nonstandard fashion. ``` - name: CIP_E2E_KEY_FILE value: /etc/k8s-cip-test-prod-service-account/service-account.json ``` needs to be or in addition ``` - name: GOOGLE_APPLICATION_CREDENTIALS value: /etc/k8s-cip-test-prod-service-account/service-account.json ``` My...
While we are here, let's do the same thing at https://github.com/kubernetes-sigs/release-sdk/pull/105 After that, we can fully remove `gcloud` from the `image-promoter`
We can merge this now. https://github.com/kubernetes/k8s.io/pull/3964 has been merged. #26633 depends on this PR.
Production prowjobs uses ADC today.
/sig testing /area prow