You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: .travis.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
sudo: required
2
-
# Dummy changes 123
3
2
# We need the systemd for the kubeadm and it's default from 16.04+
4
3
dist: xenial
5
4
# This moves Kubernetes specific config files.
6
5
env:
7
6
- CHANGE_MINIKUBE_NONE_USER=true
8
7
9
-
before_script:
8
+
install:
10
9
# Make root mounted as rshared to fix kube-dns issues.
11
10
- sudo mount --make-rshared /
12
11
# Download kubectl, which is a requirement for using minikube. Had to install kubeadm on local VM https://kubernetes.io/docs/setup/independent/install-kubeadm/
0 commit comments