)]}'
{"manifests/function/phase-helpers/untaint_node/kubectl_untaint_node.sh":[{"author":{"_account_id":28618,"name":"Drew Walters","email":"drewwalters@microsoft.com","username":"drewwalters96"},"change_message_id":"4e16f3315f368a25caa95341c95830af17a0ce2f","unresolved":true,"context_lines":[{"line_number":18,"context_line":""},{"line_number":19,"context_line":"CONTROL_PLANE_NODES\u003d$(kubectl --context $KCTL_CONTEXT --kubeconfig $KUBECONFIG get --no-headers\u003dtrue nodes | grep cluster-control-plane | awk \u0027{print $1}\u0027)"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"# Remove noschedule taint to prevent cluster init from timing out"},{"line_number":22,"context_line":"for i in \"${CONTROL_PLANE_NODES}\"; do"},{"line_number":23,"context_line":"  echo untainting node $i"},{"line_number":24,"context_line":"  kubectl taint node $i node-role.kubernetes.io/master- --context $KCTL_CONTEXT --request-timeout 10s"}],"source_content_type":"text/x-sh","patch_set":29,"id":"8e77150f_55dbf5b1","line":21,"range":{"start_line":21,"start_character":0,"end_line":21,"end_character":65},"updated":"2021-07-21 20:42:01.000000000","message":"What causes cluster init to timeout?\n\nRemoving the taint on each master node is only recommended for development, so I\u0027m not sure that is the approach we want to go with here. Maybe all we need is a toleration in this case?","commit_id":"2b093b3fdbec408ef2250a8504096568d2a5dce8"},{"author":{"_account_id":32003,"name":"Ratnopam Chakrabarti","email":"ratnopam.chakrabarti@ericsson.com","username":"eratnch"},"change_message_id":"122c47d65bb09d5756ecca895916155bb20fa7b9","unresolved":false,"context_lines":[{"line_number":18,"context_line":""},{"line_number":19,"context_line":"CONTROL_PLANE_NODES\u003d$(kubectl --context $KCTL_CONTEXT --kubeconfig $KUBECONFIG get --no-headers\u003dtrue nodes | grep cluster-control-plane | awk \u0027{print $1}\u0027)"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"# Remove noschedule taint to prevent cluster init from timing out"},{"line_number":22,"context_line":"for i in \"${CONTROL_PLANE_NODES}\"; do"},{"line_number":23,"context_line":"  echo untainting node $i"},{"line_number":24,"context_line":"  kubectl taint node $i node-role.kubernetes.io/master- --context $KCTL_CONTEXT --request-timeout 10s"}],"source_content_type":"text/x-sh","patch_set":29,"id":"278d3d71_8a6eff60","line":21,"range":{"start_line":21,"start_character":0,"end_line":21,"end_character":65},"in_reply_to":"8e77150f_55dbf5b1","updated":"2021-07-28 05:49:48.000000000","message":"Done","commit_id":"2b093b3fdbec408ef2250a8504096568d2a5dce8"}],"manifests/function/phase-helpers/wait_pods_ephemeral/wait_pods_ephemeral.sh":[{"author":{"_account_id":28618,"name":"Drew Walters","email":"drewwalters@microsoft.com","username":"drewwalters96"},"change_message_id":"4e16f3315f368a25caa95341c95830af17a0ce2f","unresolved":true,"context_lines":[{"line_number":13,"context_line":"# limitations under the License."},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"set -ex"},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"echo \"waiting for all pods to come up...\""},{"line_number":18,"context_line":"kubectl --kubeconfig $KUBECONFIG --context $KCTL_CONTEXT wait --all-namespaces --for\u003dcondition\u003dReady pods --all --timeout\u003d3000s"}],"source_content_type":"text/x-sh","patch_set":29,"id":"9f83b7e1_acb933c1","line":16,"updated":"2021-07-21 20:42:01.000000000","message":"Can we expand on the existing wait for pods phase helper to support the ephemeral cluster?","commit_id":"2b093b3fdbec408ef2250a8504096568d2a5dce8"},{"author":{"_account_id":32003,"name":"Ratnopam Chakrabarti","email":"ratnopam.chakrabarti@ericsson.com","username":"eratnch"},"change_message_id":"122c47d65bb09d5756ecca895916155bb20fa7b9","unresolved":false,"context_lines":[{"line_number":13,"context_line":"# limitations under the License."},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"set -ex"},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"echo \"waiting for all pods to come up...\""},{"line_number":18,"context_line":"kubectl --kubeconfig $KUBECONFIG --context $KCTL_CONTEXT wait --all-namespaces --for\u003dcondition\u003dReady pods --all --timeout\u003d3000s"}],"source_content_type":"text/x-sh","patch_set":29,"id":"f89858d7_0b10ab8b","line":16,"in_reply_to":"9f83b7e1_acb933c1","updated":"2021-07-28 05:49:48.000000000","message":"Done","commit_id":"2b093b3fdbec408ef2250a8504096568d2a5dce8"}]}
