-
Notifications
You must be signed in to change notification settings - Fork 0
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
Docs updated for MTO Installation on EKS SA 6903 #239
base: main
Are you sure you want to change the base?
Conversation
|
||
```bash | ||
kubectl patch integrationconfig tenant-operator-config \ | ||
-n multi-tenant-operator --type merge --patch "{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES)
URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US
Category: PUNCTUATION
\"ingress\": { | ||
\"console\": { | ||
\"host\": \"console.<FULL_SUBDOMAIN>\", | ||
\"tlsSecretName\": \"<SECRET_NAME>\" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES)
URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US
Category: PUNCTUATION
}, | ||
\"gateway\": { | ||
\"host\": \"gateway.<FULL_SUBDOMAIN>\", | ||
\"tlsSecretName\": \"<SECRET_NAME>\" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES)
URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US
Category: PUNCTUATION
}, | ||
\"keycloak\": { | ||
\"host\": \"keycloak.<FULL_SUBDOMAIN>\", | ||
\"tlsSecretName\": \"<SECRET_NAME>\" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES)
URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US
Category: PUNCTUATION
\"showback\": true | ||
} | ||
} | ||
}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES)
URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US
Category: PUNCTUATION
@msafwankarim PR doc deploy will soon be available for review on https://stakater.github.io/mto-docs/sa-6903-eks-docs-update |
@msafwankarim Image is available for testing. |
@msafwankarim PR doc deploy will soon be available for review on https://stakater.github.io/mto-docs/sa-6903-eks-docs-update |
- Ensure that MTO Console is enabled by running the following command | ||
|
||
```bash | ||
kubectl get integrationconfig tenant-operator-config -o=jsonpath='{.spec.components}' -n multi-tenant-operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Unpaired symbol: ‘'’ seems to be missing (EN_UNPAIRED_QUOTES)
URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US
Category: PUNCTUATION
|
||
External IP should be available at `status > loadBalanacer > ingress[0] > hostname`. Execute the command again after sometime if hostname is not available | ||
|
||
Retrieve hosted zone id and hosted zone load balancer id using the following commands |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
|
||
External IP should be available at `status > loadBalanacer > ingress[0] > hostname`. Execute the command again after sometime if hostname is not available | ||
|
||
Retrieve hosted zone id and hosted zone load balancer id using the following commands |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@msafwankarim Image is available for testing. |
@msafwankarim PR doc deploy will soon be available for review on https://stakater.github.io/mto-docs/sa-6903-eks-docs-update |
@msafwankarim Image is available for testing. |
Separated prerequisites and user creation sections from main MTO Installation