Revert "Refactored kubemark into cloud-provider independent code and GCE specific code"
This commit is contained in:

committed by
GitHub

parent
bcc1dc5c15
commit
fbd5c7c380
@@ -14,7 +14,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# This script assumes that kubectl binary is present in PATH.
|
||||
curl https://sdk.cloud.google.com 2> /dev/null | bash
|
||||
sudo gcloud components update kubectl -q
|
||||
sudo ln -s /usr/local/share/google/google-cloud-sdk/bin/kubectl /bin/
|
||||
kubectl config set-cluster hollow-cluster --server=http://localhost:8080 --insecure-skip-tls-verify=true
|
||||
kubectl config set-credentials $(whoami)
|
||||
kubectl config set-context hollow-context --cluster=hollow-cluster --user=$(whoami)
|
||||
|
Reference in New Issue
Block a user