Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Remove mode: StandAlone from reverseproxy config.yaml" #797

Merged
merged 1 commit into from
Nov 25, 2024
Merged
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
3 changes: 2 additions & 1 deletion samples/csireverseproxy/config.yaml
Original file line number Diff line number Diff line change
@@ -15,10 +15,11 @@
# Fill in the appropriate values, refer to docs if required
# Create the configmap using following cmd
# kubectl/oc create configmap powermax-reverseproxy-config --from-file config.yaml -n <namespace>
mode: StandAlone # Mode for the reverseproxy, should not be changed
port: 2222
logLevel: debug
logFormat: text
config:
standAloneConfig:
storageArrays:
- storageArrayId: "000000000001" # arrayID
primaryURL: https://primary-1.unisphe.re:8443 # primary unisphere for arrayID
Original file line number Diff line number Diff line change
@@ -15,10 +15,11 @@
# Fill in the appropriate values, refer to docs if required
# Create the configmap using following cmd
# kubectl/oc create configmap powermax-reverseproxy-config --from-file config.yaml -n <namespace>
mode: StandAlone # Mode for the reverseproxy, should not be changed
port: 2222
logLevel: debug
logFormat: text
config:
standAloneConfig:
storageArrays:
- storageArrayId: "REPLACE_SYSTEMID"
primaryURL: "https://REPLACE_ENDPOINT"
Original file line number Diff line number Diff line change
@@ -15,10 +15,11 @@
# Fill in the appropriate values, refer to docs if required
# Create the configmap using following cmd
# kubectl/oc create configmap powermax-reverseproxy-config --from-file config.yaml -n <namespace>
mode: StandAlone # Mode for the reverseproxy, should not be changed
port: 2222
logLevel: debug
logFormat: text
config:
standAloneConfig:
storageArrays:
- storageArrayId: "REPLACE_SYSTEMID"
primaryURL: "https://REPLACE_AUTH_ENDPOINT"

Unchanged files with check annotations Beta

# tolerations: Define tolerations for the controller deployment, if required.
# Default value: None
tolerations:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint

Check warning on line 152 in tests/e2e/testfiles/storage_csm_powerscale_alt_vals_3.yaml

GitHub Actions / Golang Validation / Yaml Lint

152:7 [comments-indentation] comment not indented like content
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint

Check warning on line 156 in tests/e2e/testfiles/storage_csm_powerscale_alt_vals_3.yaml

GitHub Actions / Golang Validation / Yaml Lint

156:7 [comments-indentation] comment not indented like content
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"
- key: "node.kubernetes.io/network-unavailable"
operator: "Exists"
effect: "NoExecute"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint

Check warning on line 212 in tests/e2e/testfiles/storage_csm_powerscale_alt_vals_2.yaml

GitHub Actions / Golang Validation / Yaml Lint

212:7 [comments-indentation] comment not indented like content
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint

Check warning on line 216 in tests/e2e/testfiles/storage_csm_powerscale_alt_vals_2.yaml

GitHub Actions / Golang Validation / Yaml Lint

216:8 [comments-indentation] comment not indented like content
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"