- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkInstallPermissions (0.26 sec)
-
istioctl/pkg/precheck/precheck.go
return nil, err } msgs := diag.Messages{} m, err := checkServerVersion(cli) if err != nil { return nil, err } msgs = append(msgs, m...) msgs = append(msgs, checkInstallPermissions(cli, ctx.IstioNamespace())...) gwMsg, err := checkGatewayAPIs(cli) if err != nil { return nil, err } msgs = append(msgs, gwMsg...) // TODO: add more checks
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 02:31:32 UTC 2024 - 15.3K bytes - Viewed (0)