-
Notifications
You must be signed in to change notification settings - Fork 14
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: demonstrate migration from to gluu4 to gluu-flex #1982
Conversation
Signed-off-by: Amro Misbah <[email protected]>
docs/install/helm-install/rancher.md
Outdated
@@ -7,7 +7,7 @@ tags: | |||
|
|||
# Install Gluu Server Using Rancher Marketplace | |||
|
|||
For a more generic `Gluu Flex` installation on Rancher, you can follow [this](https://docs.gluu.org/vreplace-flex-version/admin/recipes/getting-started-rancher/) comprehensive guide. | |||
For a more generic `Gluu Flex` installation on Rancher, you can follow [this](https://docs.gluu.org/head/admin/recipes/getting-started-rancher/) comprehensive guide. |
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.
head should reference vreplace-flex-version
so it gets replaced on official releases
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.
The only reason I changed to head
, is that if the user is at https://docs.gluu.org/head/install/helm-install/rancher/
and clicked on the hyperlink, he'll be redirected to https://docs.gluu.org/vreplace-flex-version/admin/recipes/getting-started-rancher/
and gets Error 404
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.
Thats fine because head is meant to be the bleeding edge version. Users would use nightly for the latest stable bleeding edge
docs/install/helm-install/rancher.md
Outdated
@@ -17,8 +17,8 @@ Also, there are multiple `Rancher` installation [options](https://ranchermanager | |||
If you are deploying an Ingress controller on a single node deployment, in which Ingress utilizes ports 80 and 443, then you have to adjust the host ports mapped for the rancher/rancher container. | |||
Here's an [example](https://ranchermanager.docs.rancher.com/reference-guides/single-node-rancher-in-docker/advanced-options#running-rancherrancher-and-rancherrancher-agent-on-the-same-node) on how to do that. | |||
|
|||
1. Before initiating the setup, please obtain an [SSA](https://docs.gluu.org/vreplace-flex-version/install/agama/prerequisites/#obtaining-an-ssa) for Flex trial, after which you will issued a JWT. | |||
2. Provision a Linux 4 CPU, 16 GB RAM, and 50GB SSD VM with ports `443` and `80` open. Save the VM IP address. For development environments, the VM can be set up using VMWare Workstation Player or VirtualBox with Ubuntu 20.04 operating system running on a VM. | |||
1. Before initiating the setup, please obtain an [SSA](https://docs.gluu.org/head/install/agama/prerequisites/#obtaining-an-ssa) for Flex trial, after which you will issued a JWT. |
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.
head should reference vreplace-flex-version
so it gets replaced on official releases
Signed-off-by: Amro Misbah <[email protected]>
closes #1979