Make local clusters work painlessly with kubeconfig

This commit is contained in:
Jeff Lowdermilk
2015-02-12 15:04:00 -08:00
parent 18c1dfd61b
commit 61cc821506
4 changed files with 13 additions and 38 deletions

View File

@@ -1,19 +0,0 @@
#!/bin/bash
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
function detect-master () {
echo "Running locally"
}