kubernetes/hack/make-rules
Kenichi Omichi ede5477697 Enable StorageObjectInUseProtection by default
StorageObjectInUseProtection plugin of admission controller adds
the flag `kubernetes.io/pvc-protection` or `kubernetes.io/pv-protection`
to newly created PVCs or PV. In case a user deletes a PVC or PV the PVC
or PV is not removed until the finalizer is removed from the PVC or PV
by PVC or PV Protection Controller.
We are testing this plugin on the e2e tests of "PV Protection" because
most setup scripts enable that like:

* cluster/centos/config-default.sh: Enabled
* cluster/gce/config-default.sh: Enabled
* cluster/gce/config-test.sh: Enabled
* cluster/kubemark/gce/config-default.sh: Enabled
* hack/local-up-cluster.sh: Enabled
* cluster/juju/layers/kubernetes-master/reactive/kubernetes_master.py: Disabled

As we are testing it normally, it is nice to enable the plugin by
default.
2019-02-26 18:08:44 +00:00
..
helpers Add a helper tool to emit Makefile snippets 2018-06-04 15:04:21 -07:00
BUILD modified hack scripts to referenced moved kubeadm.sh file. 2019-01-23 05:37:09 -05:00
build.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
clean.sh Don't delete pkg/generated/bindata.go in make clean 2018-07-11 10:02:34 -07:00
cross.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
make-help.sh Improving syntax for bash scripts 2019-01-18 19:17:16 +01:00
Makefile.manifest delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
test-cmd.sh Enable StorageObjectInUseProtection by default 2019-02-26 18:08:44 +00:00
test-e2e-node.sh Improved some more bash script variable definitions 2019-01-21 23:11:58 +01:00
test-integration.sh Update deprecated links 2019-02-15 09:13:07 -05:00
test.sh Merge pull request #73581 from krzysied/test_KUBE_JUNIT_REPORT_DIR_revert 2019-02-08 02:39:14 -08:00
update.sh Improved some more bash script variable definitions 2019-01-21 23:11:58 +01:00
verify.sh Improved some more bash script variable definitions 2019-01-21 23:11:58 +01:00
vet.sh No need to pass GOFLAGS to $goflags variables. 2018-11-27 09:53:02 +08:00