ad1a8fbdf3
This PS makes the versioning of kubeadm and kubelet a bit easier to control. It also directs users and the gate to use a published image providing a consistent known good state to start from. Change-Id: I052c1784c8549f6f1cb6137bd01e40cec6476249
21 lines
675 B
Bash
Executable File
21 lines
675 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# 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.
|
|
set -ex
|
|
|
|
source ${WORK_DIR}/tools/gate/funcs/kube.sh
|
|
|
|
kubeadm_aio_reqs_install
|
|
#kubeadm_aio_build
|
|
kubeadm_aio_launch
|