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 c4c2c69 commit 71ec57cCopy full SHA for 71ec57c
wercker.yml
@@ -111,6 +111,8 @@ integration-test:
111
cp /etc/hosts $WERCKER_PIPELINE_DIR/hosts
112
sed -i "$ a ${OCI_K8S_WORKER0_IP} ${OCI_K8S_WORKER0_HOSTNAME}" $WERCKER_PIPELINE_DIR/hosts
113
cp $WERCKER_PIPELINE_DIR/hosts /etc/hosts
114
+
115
+ echo "OCI_K8S_WORKER0_IP =$OCI_K8S_WORKER0_IP"
116
117
# Update KUBECONFIG for K8S cluster
118
export K8S_NODEPORT_HOST="${OCI_K8S_WORKER0_HOSTNAME}"
0 commit comments