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 ed2daaf commit 3d2ccd1Copy full SHA for 3d2ccd1
modules/operator/cloudinit.tf
@@ -255,6 +255,7 @@ data "cloudinit_config" "operator" {
255
content = <<-EOT
256
export OCI_CLI_AUTH=instance_principal
257
export TERM=xterm-256color
258
+ export OCI_PYTHON_SDK_NO_SERVICE_IMPORTS=True
259
source <(kubectl completion bash)
260
alias k='kubectl'
261
alias ktx='kubectx'
0 commit comments