forked from openshift/openshift-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
OSDOCS-5240 #57427: review rendered page with important fixes on the structure #4
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
Merged
maxwelldb
merged 3 commits into
maxwelldb:aws-local-zones-existing-vpc-osdocs5240
from
mtulio:PR-57427-local-zone-final-improvements
Apr 28, 2023
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
|
|
||
| :_content-type: PROCEDURE | ||
| [id="machine-edge-pool-review-nodes_{context}"] | ||
| = Verifying nodes that were created with edge compute pool | ||
|
|
||
| After your install a cluster that uses AWS Local Zones, check the status of the machine that was created by the machine set manifests created at install time. | ||
|
|
||
| . To check the machine sets created from the subnet you added to the `install-config.yaml` file, enter the following command: | ||
| + | ||
| [source,terminal] | ||
| ---- | ||
| $ oc get machineset -n openshift-machine-api --show-labels | ||
| ---- | ||
| + | ||
| .Example output | ||
| [source,terminal] | ||
| ---- | ||
| NAME DESIRED CURRENT READY AVAILABLE AGE LABELS | ||
| cluster-7xw5g-edge-us-east-1-nyc-1a 1 1 1 1 3h4m machine.openshift.io/cluster-api-cluster=cluster-7xw5g | ||
| cluster-7xw5g-worker-us-east-1a 1 1 1 1 3h4m machine.openshift.io/cluster-api-cluster=cluster-7xw5g | ||
| cluster-7xw5g-worker-us-east-1b 1 1 1 1 3h4m machine.openshift.io/cluster-api-cluster=cluster-7xw5g | ||
| cluster-7xw5g-worker-us-east-1c 1 1 1 1 3h4m machine.openshift.io/cluster-api-cluster=cluster-7xw5g | ||
| ---- | ||
|
|
||
| . To check the machines that were created from the machine sets, enter the following command: | ||
| + | ||
| [source,terminal] | ||
| ---- | ||
| $ oc get machines -n openshift-machine-api | ||
| ---- | ||
| + | ||
| .Example output | ||
| ---- | ||
| NAME PHASE TYPE REGION ZONE AGE | ||
| cluster-7xw5g-edge-us-east-1-nyc-1a-wbclh Running c5d.2xlarge us-east-1 us-east-1-nyc-1a 3h | ||
| cluster-7xw5g-master-0 Running m6i.xlarge us-east-1 us-east-1a 3h4m | ||
| cluster-7xw5g-master-1 Running m6i.xlarge us-east-1 us-east-1b 3h4m | ||
| cluster-7xw5g-master-2 Running m6i.xlarge us-east-1 us-east-1c 3h4m | ||
| cluster-7xw5g-worker-us-east-1a-rtp45 Running m6i.xlarge us-east-1 us-east-1a 3h | ||
| cluster-7xw5g-worker-us-east-1b-glm7c Running m6i.xlarge us-east-1 us-east-1b 3h | ||
| cluster-7xw5g-worker-us-east-1c-qfvz4 Running m6i.xlarge us-east-1 us-east-1c 3h | ||
| ---- | ||
|
|
||
| . To check nodes with edge roles, enter the following command: | ||
| + | ||
| [source,terminal] | ||
| ---- | ||
| $ oc get nodes -l node-role.kubernetes.io/edge | ||
| ---- | ||
| + | ||
| .Example output | ||
| [source,terminal] | ||
| ---- | ||
| NAME STATUS ROLES AGE VERSION | ||
| ip-10-0-207-188.ec2.internal Ready edge,worker 172m v1.25.2+d2e245f | ||
| ---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.