ceph-csi/scripts
Madhu Rajanna f05c9a6a93 ci: fix psp issue in minikube latest version
With minikube versions greater than 1.6.2 and less than 1.11.1, the YAML files
minikube path will not be automatically applied to the cluster. we will get
errors during bootstrap of the cluster if the admission controller is enabled.

To use Pod Security Policies with these versions of minikube, first start a
cluster without the `PodSecurityPolicy` admission controller enabled.

Next, apply the psp yaml. and stop the cluster and then restart it
with the admission controller enabled.

```
minikube start
kubectl apply -f /path/to/psp.yaml
minikube stop
minikube start --extra-config=apiserver.enable-admission-plugins=PodSecurityPolicy
```

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-07-10 09:47:21 +00:00
..
build_step.inc.sh scripts: add build_step logging functions 2020-04-28 09:13:55 +00:00
build-multi-arch-image.sh build: use BASE_IMAGE from build.env 2020-06-28 17:46:37 +00:00
check-env.sh scripts: add -mod=vendor to go run in check-env.sh 2020-06-17 04:58:32 +00:00
Dockerfile.devel build: use BASE_IMAGE from build.env 2020-06-28 17:46:37 +00:00
Dockerfile.test ci: add pylint as part of CI 2020-06-30 04:43:45 +00:00
golangci.yml.in ci: generate golangci.yml with correct CEPH_VERSION 2020-07-02 14:24:02 +00:00
gosec.sh build: Add -tags=nautilus to go test and go build 2020-06-30 07:55:37 +00:00
install-helm.sh e2e: set maxsnapshotsonimage during helm install 2020-07-06 10:08:31 +00:00
install-snapshot.sh script: Add script to install snapshot-controller 2020-05-15 08:19:32 +00:00
lint-extras.sh ci: add pylint as part of CI 2020-06-30 04:43:45 +00:00
lint-go.sh replace gometalinter with golangci 2019-03-04 19:01:16 +05:30
mdl-style.rb Add static check tools 2019-02-07 12:19:14 +00:00
minikube.sh ci: fix psp issue in minikube latest version 2020-07-10 09:47:21 +00:00
psp.yaml Added PodSecurityPolicy support 2020-01-22 08:19:42 +00:00
rook.sh Add support for erasure coded pools 2020-04-14 14:14:29 +00:00
skip-doc-change.sh Enable Travis to run E2E against kube 1.15.0 2019-07-02 11:47:05 +00:00
snapshot-controller-psp.yaml script: Add script to install snapshot-controller 2020-05-15 08:19:32 +00:00
test-go.sh build: Add -tags=nautilus to go test and go build 2020-06-30 07:55:37 +00:00
travis-functest.sh ci: Pass on the arguments to E2E 2020-07-09 06:42:28 +00:00
travis-helmtest.sh ci: Pass on the arguments to E2E 2020-07-09 06:42:28 +00:00