Merge pull request #80276 from tallclair/apparmor-upgrade

Don't expect pod to stay up during node upgrade
This commit is contained in:
Kubernetes Prow Robot 2019-07-20 05:56:54 -07:00 committed by GitHub
commit 2e6eea5517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ func (t *AppArmorUpgradeTest) Setup(f *framework.Framework) {
// pod can still consume the secret.
func (t *AppArmorUpgradeTest) Test(f *framework.Framework, done <-chan struct{}, upgrade UpgradeType) {
<-done
if upgrade == MasterUpgrade || upgrade == ClusterUpgrade {
if upgrade == MasterUpgrade {
t.verifyPodStillUp(f)
}
t.verifyNodesAppArmorEnabled(f)