Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/infra-setting/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
check-latest: true
- id: setup-kubectl
name: Set up Kubectl
uses: azure/setup-kubectl@v4
uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede
- id: minikube-start
name: Start minikube
uses: medyagh/setup-minikube@v0.0.18
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func (o *versionCmdOptions) preRunE(cmd *cobra.Command, args []string) error {
if !o.Operator && !o.All {
// let the command to work in offline mode
cmd.Annotations[offlineCommandLabel] = "true"
} else {
fmt.Fprintf(cmd.OutOrStdout(), "Operator version discovery is deprecated. It will be removed from future releases.\n")
}

Expand Down
Loading