-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated with new images, grammar and readability -- Deploy/Diff Development Architecture FAQ
- Loading branch information
Showing
6 changed files
with
61 additions
and
62 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# Applying and Diffing Resources | ||
# Deploying and Diffing Resources | ||
|
||
At any time when a resource is selected in the navigator the Editor contains "Apply" and "Diff" buttons in the top right. | ||
When a resource is selected in the navigator, the Editor contains "Deploy" and "Diff" buttons in the top right. | ||
|
||
![Apply and Diff buttons](img/apply-and-diff-buttons.png) | ||
![Deploy and Diff buttons](img/deploy-and-diff-buttons-1.5.0.png) | ||
|
||
- Selecting "Apply" will prompt if to apply the selected resource to the currently configured Cluster. A status message will be | ||
shown in the top right after applying. | ||
- Selecting "Deploy" will deploy the selected resource to the currently configured Cluster. A status message will be | ||
shown in the top right after deploying. | ||
- Selecting "Diff" will diff the selected resource against the currently configured cluster; | ||
- if the resource does not exist in the cluster an error will be shown | ||
- if the resource _does_ exist a Diff dialog will be shown: | ||
- If the resource does not exist in the cluster an error will be shown. | ||
- If the resource _does_ exist a Diff dialog will be shown. | ||
|
||
![Resource Diff](img/resource-diff.png) | ||
![Resource Diff](img/resource-diff-1.4.0.png) | ||
|
||
In this screenshot | ||
|
||
- the left shows the resource in Monokle | ||
- the right shows the resource retrieved from the cluster | ||
- differences are highlighted as shown in the screenshot | ||
- The left side shows the resource in Monokle. | ||
- The right side shows the resource retrieved from the cluster. | ||
- Differences are highlighted as shown. | ||
|
||
Refreshing the diff is done with the "Refresh" button, applying your local version of the resource to your cluster is done with "Apply" (!). | ||
Refreshing the diff is done with the "Refresh" button and deploying your local version of the resource to your cluster is done with "Deploy". | ||
|
||
## Editing resource in Cluster Mode | ||
|
||
Monokle allows you to edit any resource viewed in [Cluster mode](cluster-integration.md) and use the Apply button to apply those changes back | ||
to the cluster - for immediately applying "hot fixes" to your cluster during browsing. | ||
Monokle allows you to edit any resource viewed in [Cluster Mode](cluster-integration.md) and use the Deploy button to apply those changes back | ||
to the cluster. This immediately applies "hot fixes" to your cluster during browsing. |
This file contains 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 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 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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