Skip to content
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

Update docs to cover the Operator form #1724

Merged
merged 2 commits into from
May 11, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/img/operator-deployment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/user/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ Let's deploy the "Akka Cluster Operator". When clicking on it, the information a

![Operators View](../img/operator-view.png)

When clicking on the Deploy button, instructions on how to deploy the operator will be displayed. There are two type of Operators: Global and namespaced. Namespaced Operators will be available in a single namespace while global Operators across the cluster. In this case, we are installing a global Operator:
When clicking on the Deploy button, a form to deploy the operator will be displayed. There are two type of Operators: Global and namespaced. Namespaced Operators will be available in a single namespace while global Operators across the cluster. In this case, we are installing a global Operator:

![Operator Installation Instructions](../img/operator-installation-instructions.png)
![Operator Deployment Form](../img/operator-deployment.png)

Once the Operator is installed it would be listed like that and you can start deploy instances of that Operator:
Once the Operator is installed (it may take a bit) it would be listed like that and you can start deploy instances of that Operator:
Copy link
Contributor

Choose a reason for hiding this comment

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

"it may take a minute or two"


![Installed Operators](../img/installed-operators.png)

Expand Down