mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Initial vagrant setup and e2e testing support
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
# Exit on error
|
||||
set -e
|
||||
|
||||
source "${KUBE_REPO_ROOT}/cluster/util.sh"
|
||||
detect-project
|
||||
source "${KUBE_REPO_ROOT}/cluster/kube-env.sh"
|
||||
source "${KUBE_REPO_ROOT}/cluster/$KUBERNETES_PROVIDER/util.sh"
|
||||
|
||||
# Launch a container
|
||||
$CLOUDCFG -p 8080:80 run dockerfile/nginx 2 myNginx
|
||||
|
@@ -20,7 +20,9 @@
|
||||
|
||||
set -e
|
||||
|
||||
source "${KUBE_REPO_ROOT}/cluster/util.sh"
|
||||
source "${KUBE_REPO_ROOT}/cluster/kube-env.sh"
|
||||
source "${KUBE_REPO_ROOT}/cluster/$KUBERNETES_PROVIDER/util.sh"
|
||||
|
||||
GUESTBOOK="${KUBE_REPO_ROOT}/examples/guestbook"
|
||||
|
||||
# Launch the guestbook example
|
||||
|
Reference in New Issue
Block a user