-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't roll KCP when etcd not ready or no endpoints
- Loading branch information
Showing
37 changed files
with
483 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
2121f9f2d640e80805bac00380be2487047474efed557ae4e7ddad64e3bd5aab _output/bin/cluster-api/linux-amd64/cluster-api-provider-docker-manager | ||
56670cd869d1873ca3dcafda1d86ae99d6a15f87208c77b214577ea5d22b8b80 _output/bin/cluster-api/linux-amd64/clusterctl | ||
7f5dd8b550656192f2d8a09f8f3a29ff2002e37c762d9f3b86e4de5e8fd70999 _output/bin/cluster-api/linux-amd64/kubeadm-bootstrap-manager | ||
e7fea3cfb74edba0e1ff34fff0837a12b68511e763defb1aa0aff41b72b85cc0 _output/bin/cluster-api/linux-amd64/kubeadm-control-plane-manager | ||
5def839a2076f9aaeb93262e8f486c76a2dcdaa80b31b2339b9708b22a824360 _output/bin/cluster-api/linux-amd64/manager | ||
0a925b51d0a6359963032771b2a4ba0f1bb1c1a458a771f73740b2afc233710a _output/bin/cluster-api/linux-arm64/cluster-api-provider-docker-manager | ||
8c124b8b5632fd8531b66d6d57ddbb8e1a3a16c17b071e0fb26565068d7a46af _output/bin/cluster-api/linux-arm64/clusterctl | ||
8c93d5079b878cdc70b59ead338c9abaa88c005eb518589a1f50854e7a0b9772 _output/bin/cluster-api/linux-arm64/kubeadm-bootstrap-manager | ||
190343f30008313cee0d3671a150ba936859da4a3b44fefefbcf5d798cc217f4 _output/bin/cluster-api/linux-arm64/kubeadm-control-plane-manager | ||
0a130163cabc18241f3bd1e0fd3cb9e3e945ca82d55a39e30c8ee714a38df00e _output/bin/cluster-api/linux-arm64/manager | ||
f89356f1591cee618894373ae9ff3f4b14d6d0d0dc959c5ff1dfce81fdadc52e _output/bin/cluster-api/linux-amd64/cluster-api-provider-docker-manager | ||
99d0eb50759b2cc78a81c756737249c6206c1fdb25e5d6aee4ed5daf8f71ee4d _output/bin/cluster-api/linux-amd64/clusterctl | ||
4e7e52e6f1ae4b9a7d25dbc1f88c2d16aeb5eb70b97dca2b127e803033faceb9 _output/bin/cluster-api/linux-amd64/kubeadm-bootstrap-manager | ||
d96d281b17c1b22b47b2186e80b889eee31aac0daee4ecdc3ea9a5d67050e998 _output/bin/cluster-api/linux-amd64/kubeadm-control-plane-manager | ||
5717aad8f239a6f7f13616ae06ede1adfa4cc1cb38a3b904e98c3390e51a1fd6 _output/bin/cluster-api/linux-amd64/manager | ||
9d349a55f52928285787b868d56fa78a592f7a73851b88039357745f173224ce _output/bin/cluster-api/linux-arm64/cluster-api-provider-docker-manager | ||
288beaa4422dd8f0e756d5f5939fc1ec6cd5e373136677e9fe65d366cf3445db _output/bin/cluster-api/linux-arm64/clusterctl | ||
784b355d751dfeb2f391d76b3ac9bc2af79d241867569c4fb86a90b4b6817f76 _output/bin/cluster-api/linux-arm64/kubeadm-bootstrap-manager | ||
f0e6739075ebe64e530b14d0b974fd76b89d3de64e0bef67b151ae45356bdae4 _output/bin/cluster-api/linux-arm64/kubeadm-control-plane-manager | ||
d16f177d9f1c1a8676c43b7a1ef7734e67b48e5ac6223301a1a95ec42b07c819 _output/bin/cluster-api/linux-arm64/manager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From c0d89ec2a34390253ed684c6f375e7c98309db66 Mon Sep 17 00:00:00 2001 | ||
From 9bbc1dca3a74e87ce3f663a1114017733a516964 Mon Sep 17 00:00:00 2001 | ||
From: Vignesh Goutham Ganesh <[email protected]> | ||
Date: Fri, 11 Jun 2021 10:43:09 -0700 | ||
Subject: [PATCH 01/34] Adding capi support for Bottlerocket | ||
|
@@ -1846,5 +1846,5 @@ index f96cd8fa6..3588c8779 100644 | |
k8s.io/cli-runtime v0.25.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 | ||
-- | ||
2.40.0 | ||
2.34.1 | ||
|
Oops, something went wrong.