We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f7e7d commit 841945bCopy full SHA for 841945b
modules/extensions/k8stools.tf
@@ -1,4 +1,4 @@
1
-# Copyright 2017, 2021 Oracle Corporation and/or affiliates.
+# Copyright 2017, 2022 Oracle Corporation and/or affiliates.
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
3
4
resource "null_resource" "install_k8stools_on_operator" {
@@ -21,6 +21,7 @@ resource "null_resource" "install_k8stools_on_operator" {
21
22
provisioner "remote-exec" {
23
inline = [
24
+ "cloud-init status --wait",
25
"if [ -f \"$HOME/install_kubectx.sh\" ]; then bash \"$HOME/install_kubectx.sh\"; rm -f \"$HOME/install_kubectx.sh\";fi",
26
]
27
}
0 commit comments