File tree Expand file tree Collapse file tree
src/test/resources/configs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ pipeline {
3030 sh 'echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories'
3131 sh 'apk add minikube@testing'
3232 sh 'docker network create sp-shared-network'
33+ // run swarm init, it forces the docker network to be correctly configured
34+ // without it the minikube pods cannot communicate
35+ sh 'docker swarm init'
3336 sh 'docker plugin install "grafana/loki-docker-driver:3.2.1" --alias loki --grant-all-permissions'
3437 sh 'adduser -D -u 1000 user && adduser user docker'
3538 sh "su user /bin/sh -c 'minikube start --driver=docker --force'"
Original file line number Diff line number Diff line change 11apiVersion : v1
22kind : ConfigMap
33metadata :
4- name : sp-example-shinyproxy-cm-1e6e918b7c1346f00016ec33628704a71bbce6
4+ name : sp-example-shinyproxy-cm-236b447921ea65d98a0db289682f4ee3819d6f
55 namespace : itest
66data :
77 application.yml : |
You can’t perform that action at this time.
0 commit comments