kubernetes/cmd/kubeadm
Rafael Fernández López cd1ad5646e
kubeadm: add test to detect panics when given certain feature gates
This integration test allows us to detect if a given feature gate will
panic kubeadm. This builds on the assumption that a golang panic makes
the process exit with the code 2.

These tests are not trying to check if the init process succeeds or
not, their only purpose is to ensure that the exit code of the
`kubeadm init` invocation is not 2, thus, reflecting a golang panic.

Some refactors had to be made to the test code, so we return the exit
code along with stdout and stderr.
2019-10-01 20:37:37 +02:00
..
app bump versions for v1.17 cycle 2019-09-30 11:08:03 +02:00
test kubeadm: add test to detect panics when given certain feature gates 2019-10-01 20:37:37 +02:00
.import-restrictions Drop iptables firewalld monitoring support 2019-09-15 15:35:40 -04:00
BUILD remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
kubeadm.go kubeadm: print the stack trace of an error for klog level v>=5 2019-08-22 20:09:54 +03:00
OWNERS kubeadm: update OWNERS for 1.16 2019-09-25 18:07:38 +03:00