mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Don't expect pod to stay up during node upgrade
This commit is contained in:
parent
d59bd7364c
commit
0a01ce1afd
@ -69,7 +69,7 @@ func (t *AppArmorUpgradeTest) Setup(f *framework.Framework) {
|
|||||||
// pod can still consume the secret.
|
// pod can still consume the secret.
|
||||||
func (t *AppArmorUpgradeTest) Test(f *framework.Framework, done <-chan struct{}, upgrade UpgradeType) {
|
func (t *AppArmorUpgradeTest) Test(f *framework.Framework, done <-chan struct{}, upgrade UpgradeType) {
|
||||||
<-done
|
<-done
|
||||||
if upgrade == MasterUpgrade || upgrade == ClusterUpgrade {
|
if upgrade == MasterUpgrade {
|
||||||
t.verifyPodStillUp(f)
|
t.verifyPodStillUp(f)
|
||||||
}
|
}
|
||||||
t.verifyNodesAppArmorEnabled(f)
|
t.verifyNodesAppArmorEnabled(f)
|
||||||
|
Loading…
Reference in New Issue
Block a user