File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -exuo pipefail
4
4
5
- podman run --hostname 127.0.0.1.nip.io --detach --rm -it --privileged -p 9080:80 -p 9443:443 -p 6443:6443 \
6
- -v $( pwd) /00-dns.yaml:/etc/microshift/config.d/00-dns.yaml \
7
- -v $( pwd) /storage.conf:/etc/containers/storage.conf \
5
+ sudo podman run --hostname 127.0.0.1.nip.io --detach --rm -it --privileged -p 9080:80 -p 9443:443 -p 6443:6443 \
8
6
-v /var/lib/containers/storage:/host-container:ro,rshared \
9
- --name microshift quay.io/praveenkumar/microshift-okd:flannel-arm64
7
+ --name microshift quay.io/praveenkumar/microshift-okd:4.18.0-okd-scos.1-amd64
10
8
11
9
sleep 20
12
10
13
- podman cp microshift:/var/lib/microshift/resources/kubeadmin/127.0.0.1.nip.io/kubeconfig .
11
+ sudo podman cp microshift:/var/lib/microshift/resources/kubeadmin/127.0.0.1.nip.io/kubeconfig .
12
+ sudo chown $USER :$USER kubeconfig
You can’t perform that action at this time.
0 commit comments