Bug 1367617 - [DOCS] Need documentation to avoid provisioning volumes in wrong AZ - AWS
Summary: [DOCS] Need documentation to avoid provisioning volumes in wrong AZ - AWS
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Gaurav Nelson
QA Contact: Chao Yang
Vikram Goyal
URL:
Whiteboard: 3.7-release-plan
Depends On:
Blocks: 1372730
TreeView+ depends on / blocked
 
Reported: 2016-08-17 02:27 UTC by Jianwei Hou
Modified: 2021-03-11 14:39 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1372730 (view as bug list)
Environment:
Last Closed: 2017-09-20 05:42:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jianwei Hou 2016-08-17 02:27:36 UTC
We don't have documentation to instruct user that they have the possibility to run into the same problem as https://bugzilla.redhat.com/show_bug.cgi?id=1365398 if they are using a shared aws account(as us) and didn't properly tag their instances.
Given an aws account has different instances in different zones, it is vital that the user tag their instances with "Key=KubernetesCluster,Value=<clusterid>". Otherwise they may see their volumes provisioned in unepxected AZ.

Comment 1 Bradley Childs 2016-09-02 15:14:56 UTC
Updated docs here: https://github.com/openshift/openshift-docs/pull/2783

Comment 2 Gaurav Nelson 2017-09-20 05:42:06 UTC
The updates are already published at https://access.redhat.com/documentation/en-us/openshift_container_platform/3.6/html-single/installation_and_configuration/#available-dynamically-provisioned-plug-ins

which contains following:
For dynamic provisioning when using multiple clusters in different zones, tag each node with Key=kubernetes.io/cluster/xxxx,Value=clusterid where xxxx and clusterid are unique per cluster. In versions prior to 3.6, this was Key=KubernetesCluster,Value=clusterid.


Note You need to log in before you can comment on or make changes to this bug.