-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cherry-pick-d3420885' into 'release/4.1'
Cherry-pick branch 'update_automation_scripts_and_docs' into 'release/4.1' See merge request weblogic-cloud/weblogic-kubernetes-operator!4453
- Loading branch information
Showing
12 changed files
with
1,165 additions
and
600 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
344 changes: 171 additions & 173 deletions
344
documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 4 additions & 5 deletions
9
...ion/site/content/samples/azure-kubernetes-service/includes/clean-up-resources-body-01.txt
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,13 +1,12 @@ | ||
The output from the `create-domain-on-aks.sh` script includes a statement about the Azure resources created by the script. To delete the cluster and free all related resources, simply delete the resource groups. The output will list the resource groups, such as. | ||
|
||
```shell | ||
The following Azure resources have been created: | ||
Resource groups: ejb8191resourcegroup1597641911, MC_ejb8191resourcegroup1597641911_ejb8191akscluster1597641911_eastus | ||
The following Azure Resouces have been created: | ||
Resource groups: wlsresourcegroup6091605169, MC_wlsresourcegroup6091605169_wlsakscluster6091605169_eastus | ||
``` | ||
|
||
Given the above output, the following Azure CLI commands will delete the resource groups. | ||
|
||
```shell | ||
$ az group delete --yes --no-wait --name ejb8191resourcegroup1597641911 | ||
$ az group delete --yes --no-wait --name MC_ejb8191resourcegroup1597641911_ejb8191akscluster1597641911_eastus | ||
``` | ||
$ az group delete --yes --no-wait --name wlsresourcegroup6091605169 | ||
``` |
1 change: 0 additions & 1 deletion
1
...ion/site/content/samples/azure-kubernetes-service/includes/clean-up-resources-body-02.txt
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,5 +1,4 @@ | ||
```shell | ||
$ az group delete --yes --no-wait --name $AKS_PERS_RESOURCE_GROUP | ||
$ az group delete --yes --no-wait --name "MC_$AKS_PERS_RESOURCE_GROUP"_"$AKS_CLUSTER_NAME"_"$AKS_PERS_LOCATION" | ||
``` | ||
|
12 changes: 2 additions & 10 deletions
12
...ion/site/content/samples/azure-kubernetes-service/includes/create-aks-cluster-body-02.txt
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
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
Oops, something went wrong.