External Azure cloud provider clusters with custom CCM and CNM images#1330
Conversation
|
|
||
| # Install cert manager and wait for availability | ||
| kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.0.1/cert-manager.yaml | ||
| kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.1.0/cert-manager.yaml |
There was a problem hiding this comment.
this was a typo, it should be 1.0.1 to align with CAPI https://github.com/kubernetes-sigs/cluster-api/blob/master/docs/book/src/developer/providers/v1alpha3-to-v1alpha4.md#upgrade-cert-manager-to-v110
780dea5 to
8d74602
Compare
cc593b5 to
eb911f6
Compare
eb911f6 to
1b9231c
Compare
devigned
left a comment
There was a problem hiding this comment.
Looks good so far. Left some feedback about ACR repos and clean up tasks.
604024e to
a6dfeda
Compare
a6dfeda to
559659a
Compare
559659a to
0db2fb6
Compare
a88fb65 to
cd2de2f
Compare
|
This is ready for review test results in kubernetes-sigs/cloud-provider-azure#607 |
cd2de2f to
8707c65
Compare
8707c65 to
739d03a
Compare
|
@devigned @nader-ziada if one of you has time to review, need this to merge before I can enable the job on cloud provider. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: devigned The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
|
@jsturtevant having trouble merging this one, is #1351 testing a mitigation for the web deployment timeouts on windows? /retest |
|
/retest |
Co-authored-by: Brian Chuo <110847365+bchuo@users.noreply.github.com>
What type of PR is this?
What this PR does / why we need it: This adds a script for building custom CCM and CNM images from the azure-cloud-provider repo to be used with scripts/ci-entrypoint.sh to build clusters with a custom version of Azure external cloud provider installed.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
PR is currently based on top of #1264, will rebase before merge.Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: