weblogic-kubernetes-operator
weblogic-kubernetes-operator copied to clipboard
Improve WLS on AKS samples
Changes include:
modified: .gitattributes
- set eol of yaml files, to avoid line ending error when working with shell scripts in Windows.
modified documentation/3.4/content/samples/azure-kubernetes-service/domain-on-pv.md
- Remove service principal for AKS creation
- Add steps to package sample app
- Use WLS REST API to deploy sample app
- Bump version of tooling
modified documentation/3.4/content/samples/azure-kubernetes-service/includes/clean-up-resources-body-02.txt
- Remove command to delete service principal
modified documentation/3.4/content/samples/azure-kubernetes-service/includes/create-aks-cluster-body-01.txt
- Remove steps to create service principal
- Create AKS with system managed identity enabled
- Grant AKS permission to access storage account
- Replace
az resource listwithaz graph
modified documentation/3.4/content/samples/azure-kubernetes-service/includes/prerequisites-01.txt
- Add JDK as we use it to package sample app
- Bump versions of tooling
modified documentation/3.4/content/samples/azure-kubernetes-service/includes/prerequisites-02.txt
- Bump versions of tooling
modified documentation/3.4/content/samples/azure-kubernetes-service/model-in-image.md
- Bump WLS operator version to 3.4.2
- Use Helm chart from GitHub to install the operator, to avoid line ending issue
- Remove steps to create k8s secret for ACR, as we have attached the ACR to AKS
removed documentation/3.4/content/samples/azure-kubernetes-service/screenshot-deploy-test-app.png
modified the same files in documentation/staging
modified kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks-inputs.yaml
- Remove service principal from input files
modified kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks.sh
- Remove script to login
- Use az resource-graph extension to query ersources
- Assign AKS contributor role to access storage account
modified kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/model-in-image/admin-lb.yaml
- use LF ending modified kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/model-in-image/cluster-lb.yaml
- use LF ending







