-
Notifications
You must be signed in to change notification settings - Fork 159
chore(docs): stackpack release 8.16.6 and 8.17.4 #901
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,16 +19,16 @@ To perform an offline installation without a private Docker registry, you have t | |
docker pull docker.elastic.co/cloud-assets/kibana:7.17.27-0 | ||
docker pull docker.elastic.co/cloud-assets/apm:7.17.27-0 | ||
docker pull docker.elastic.co/cloud-assets/enterprise-search:7.17.27-0 | ||
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.17.1 | ||
docker pull docker.elastic.co/cloud-release/kibana-cloud:8.17.1 | ||
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:8.17.1 | ||
docker pull docker.elastic.co/cloud-release/enterprise-search-cloud:8.17.1 | ||
docker pull docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.17.4 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These should also be the ECE images 8.17.3, 8.18.0, 9.0.0 |
||
docker pull docker.elastic.co/cloud-release/kibana-cloud:8.17.4 | ||
docker pull docker.elastic.co/cloud-release/elastic-agent-cloud:8.17.4 | ||
docker pull docker.elastic.co/cloud-release/enterprise-search-cloud:8.17.4 | ||
``` | ||
|
||
For example, for Elastic Cloud Enterprise 3.8.1 and the Elastic Stack versions it shipped with, you need: | ||
|
||
* Elastic Cloud Enterprise 3.8.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These documents mention 3.8 everywhere, could be the time to do a quick search-replace for 4.0 |
||
* Elasticsearch 8.17.1, Kibana 8.17.1, and APM 8.17.1 | ||
* Elasticsearch 8.17.4, Kibana 8.17.4, and APM 8.17.4 | ||
|
||
2. Create .tar files of the images: | ||
|
||
|
@@ -38,10 +38,10 @@ To perform an offline installation without a private Docker registry, you have t | |
docker save -o kibana.7.17.27-0.tar docker.elastic.co/cloud-assets/kibana:7.17.27-0 | ||
docker save -o apm.7.17.27-0.tar docker.elastic.co/cloud-assets/apm:7.17.27-0 | ||
docker save -o enterprise-search.7.17.27-0.tar docker.elastic.co/cloud-assets/enterprise-search:7.17.27-0 | ||
docker save -o es.8.17.1.tar docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.17.1 | ||
docker save -o kibana.8.17.1.tar docker.elastic.co/cloud-release/kibana-cloud:8.17.1 | ||
docker save -o apm.8.17.1.tar docker.elastic.co/cloud-release/elastic-agent-cloud:8.17.1 | ||
docker save -o enterprise-search.8.17.1.tar docker.elastic.co/cloud-release/enterprise-search-cloud:8.17.1 | ||
docker save -o es.8.17.4.tar docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.17.4 | ||
docker save -o kibana.8.17.4.tar docker.elastic.co/cloud-release/kibana-cloud:8.17.4 | ||
docker save -o apm.8.17.4.tar docker.elastic.co/cloud-release/elastic-agent-cloud:8.17.4 | ||
docker save -o enterprise-search.8.17.4.tar docker.elastic.co/cloud-release/enterprise-search-cloud:8.17.4 | ||
``` | ||
|
||
3. Copy the .tar files to a location on your network where they are available to each host where you plan to install Elastic Cloud Enterprise. Alternatively, you can copy the .tar files to each host directly. | ||
|
@@ -53,10 +53,10 @@ To perform an offline installation without a private Docker registry, you have t | |
docker load < FILE_PATH/kibana.7.17.27-0.tar | ||
docker load < FILE_PATH/apm.7.17.27-0.tar | ||
docker load < FILE_PATH/enterprise-search.7.17.27-0.tar | ||
docker load < FILE_PATH/es.8.17.1.tar | ||
docker load < FILE_PATH/kibana.8.17.1.tar | ||
docker load < FILE_PATH/apm.8.17.1.tar | ||
docker load < FILE_PATH/enterprise-search.8.17.1.tar | ||
docker load < FILE_PATH/es.8.17.4.tar | ||
docker load < FILE_PATH/kibana.8.17.4.tar | ||
docker load < FILE_PATH/apm.8.17.4.tar | ||
docker load < FILE_PATH/enterprise-search.8.17.4.tar | ||
``` | ||
|
||
5. Optional: Remove the .tar files after installation. | ||
|
@@ -87,4 +87,4 @@ To perform an offline installation without a private Docker registry, you have t | |
--roles-token 'TOKEN' | ||
``` | ||
|
||
Once the installation is complete, refer to [](./log-into-cloud-ui.md) to access Cloud UI. | ||
Once the installation is complete, refer to [](./log-into-cloud-ui.md) to access Cloud UI. |
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.
This part here should be replaced with the versions from ECE 4.0:
https://github.com/elastic/cloud/blob/ms-122/scala-services/bootstrap/src/main/resources/reference-versions.conf
8.17.3, 8.18.0, 9.0.0
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.
ah good point, I mixed the stack pack release and the ECE release, so 8.17.4 will not be in the ECE 4.0 release? or we should update it there to include it here?
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.
Yeah we could actually update ECE 4 to include 8.17.4. It would mean updating the reference-versions on ms-122 as well.