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

fix: Update admin password related documents since 1.3.0 supports admin initialization workflow #186

Merged
merged 2 commits into from
Nov 3, 2023

Conversation

CH3CHO
Copy link
Collaborator

@CH3CHO CH3CHO commented Nov 2, 2023

No description provided.

@@ -44,12 +44,12 @@ if [ "$IS_INSTALLED_CRD" = true ]; then

echo "Step3: Installing Higress "
helm repo add higress.io https://higress.io/helm-charts
helm install higress -n higress-system higress.io/higress --devel --create-namespace --render-subchart-notes --set global.enableIstioAPI=true --set global.kind=true --set higress-console.o11y.enabled=true --set higress-controller.domain=console.higress.io --set higress-console.admin.password.value=admin
helm install higress -n higress-system higress.io/higress --devel --create-namespace --render-subchart-notes --set global.enableIstioAPI=true --set global.kind=true --set higress-console.o11y.enabled=true --set higress-controller.domain=console.higress.io --set higress-console.admin.password=admin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this parameter higress-console.admin.password still needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If removing it, the following steps need to be updated as well (regarding the login part).

@johnlanni johnlanni merged commit fc22755 into higress-group:main Nov 3, 2023
2 checks passed
@CH3CHO CH3CHO deleted the fix/admin-password branch November 3, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants