Skip to content

docs: add the takeover how-to doc (preview)#967

Merged
ryanzhang-oss merged 5 commits intoAzure:mainfrom
michaelawyu:docs/takeover
Mar 18, 2025
Merged

docs: add the takeover how-to doc (preview)#967
ryanzhang-oss merged 5 commits intoAzure:mainfrom
michaelawyu:docs/takeover

Conversation

@michaelawyu
Copy link
Copy Markdown
Contributor

Description of your changes

This PR adds a how-to doc for the new takeover experience.

I have:

  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

N/A

Special notes for your reviewer

Comment thread docs/howtos/takeover.md Outdated
ryanzhang-oss
ryanzhang-oss previously approved these changes Nov 23, 2024
Comment thread docs/howtos/takeover.md
Comment thread docs/howtos/takeover.md Outdated
Comment thread docs/howtos/takeover.md Outdated
Comment thread docs/howtos/takeover.md
Comment on lines +41 to +56

```sh
kubectl config use-context member-2-admin
kubectl create ns work-2
kubectl label ns work-2 app=work-2
kubectl label ns work-2 owner=wesker
```

* Switch to the hub cluster, and create the same namespace, but with a slightly different set of labels:

```sh
kubectl config use-context hub-admin
kubectl create ns work-2
kubectl label ns work-2 app=work-2
kubectl label ns work-2 owner=redfield
```
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

better to use a configMap to illustrate both the label and field

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

or even better, use a CRD which directly addresses infoSys's issue.

Copy link
Copy Markdown
Contributor

@ryanzhang-oss ryanzhang-oss left a comment

Choose a reason for hiding this comment

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

please address the comments in the follow up PR

@ryanzhang-oss ryanzhang-oss merged commit 01a17b3 into Azure:main Mar 18, 2025
ryanzhang-oss pushed a commit to ryanzhang-oss/fleet that referenced this pull request Apr 22, 2025
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.

3 participants