remove kubectl mentions

This commit is contained in:
Sergey Dudoladov 2019-05-13 11:49:08 +02:00
parent eeaa1a132c
commit e985107090
2 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ pipeline:
cmd: |
export PATH=$PATH:$HOME/go/bin
cd $OPERATOR_TOP_DIR/postgres-operator
echo "INFO install kubectl to test 'kind' from client side"
wget https://github.com/kubernetes-sigs/kind/releases/download/0.2.1/kind-linux-amd64
chmod +x kind-linux-amd64
mv kind-linux-amd64 /tmp/kind

View File

@ -22,7 +22,6 @@ kind create cluster --name ${cluster_name} --config ./e2e/kind-cluster-postgres-
export KUBECONFIG="$(kind get kubeconfig-path --name=${cluster_name})"
kind load docker-image ${operator_image} --name ${cluster_name}
kubectl cluster-info
# use the actual kubeconfig to connect to the 'kind' API server
# but update the IP address of the API server to the one from the Docker 'bridge' network