You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -420,8 +418,8 @@ func (o *MustGatherOptions) Validate() error {
420
418
ifo.VolumePercentage<=0||o.VolumePercentage>100 {
421
419
returnfmt.Errorf("invalid volume usage percentage, please specify a value between 0 and 100")
422
420
}
423
-
ifo.VolumePercentage>=80 {
424
-
klog.Warningf("volume percentage greater than or equal to 80 might cause filling up the disk space and have an impact on other components running on master")
421
+
ifo.VolumePercentage>=90 {
422
+
klog.Warningf("volume percentage greater than or equal to 90 might cause filling up the disk space and have an impact on other components running on master")
425
423
}
426
424
427
425
iflen(o.SinceTime) >0&&o.Since!=0 {
@@ -621,7 +619,7 @@ func (o *MustGatherOptions) Run() error {
621
619
}
622
620
varhasMasterbool
623
621
for_, node:=rangenodes.Items {
624
-
if_, ok:=node.Labels["node-role.kubernetes.io/master"]; ok {
622
+
if_, ok:=node.Labels["node-role.kubernetes.io/control-plane"]; ok {
0 commit comments