Skip to content

Commit

Permalink
small update (#301)
Browse files Browse the repository at this point in the history
* small update

Signed-off-by: adisos <adisos@il.ibm.com>

* doc update

Signed-off-by: adisos <adisos@il.ibm.com>

---------

Signed-off-by: adisos <adisos@il.ibm.com>
  • Loading branch information
adisos authored Mar 5, 2025
1 parent 30f108e commit 7f2728a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Flags:
-f, --filename string file path to store analysis results
-h, --help help for nsxanalyzer
--host string NSX host URL. Alternatively, set the host via the NSX_HOST environment variable
--insecure-skip-verify flag to enable NSX connection with insecureSkipVerify (default false)
--log-file string file path to write nsxanalyzer log
-o, --output string output format; must be one of txt,dot,svg,json (default "txt")
--output-filter strings filter the analysis results by vm names, can specify more than one (example: "vm1,vm2")
Expand Down
2 changes: 1 addition & 1 deletion operator/scripts/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ make deploy
kubectl apply -f operator-deployment.yaml
#validate deploy
kubectl get pods -n operator-system
kubectl create secret generic my-nsx --from-literal=username=$NSX_USER --from-literal=password=$NSX_PASSWORD --from-literal=url=$NSX_HOST
kubectl create secret generic my-nsx --from-literal=username=$NSX_USER --from-literal=password=$NSX_PASSWORD --from-literal=url=$NSX_HOST --from-literal=insecureSkipVerify=true

0 comments on commit 7f2728a

Please sign in to comment.