Skip to content

Commit

Permalink
Merge pull request #2531 from CrowleyRajapakse/testalpha
Browse files Browse the repository at this point in the history
Adding readme changes
  • Loading branch information
CrowleyRajapakse authored Oct 4, 2024
2 parents deaa6cc + 3d4f0df commit 338c019
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.3.0
helm repo update
helm install apim wso2apim/wso2am-cp --version 4.3.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/values.yaml -n apk --debug --wait --timeout 5m0s
helm install apim wso2apim/wso2am-cp --version 4.3.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/4.4.0-values.yaml -n apk --debug --wait --timeout 5m0s
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/cloud/deploy.yaml
kubectl get pods -n apk
kubectl get svc -n apk
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Follow the instruction below to deploy an API using the `kubectl`.
## Build APK Components

### Pre-requisites
1. Install Java JDK 11.
2. Install Gradle(7.5.1).
1. Install Java JDK 17.
2. Install Gradle(7.6).
3. Install Ballerina Ballerina version: 2201.8.5 (Swan Lake Update 8).
4. Install Go.
5. Install Lua.
Expand Down
2 changes: 1 addition & 1 deletion test/apim-apk-agent-test/agent-helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apiVersion: v2
name: apim-apk-agent
description: A Helm chart for deploying apim-apk-agent
type: application
version: 1.1.0
version: 1.2.0-alpha
appVersion: "1.16.0"
dependencies:
- name: cert-manager
Expand Down
25 changes: 25 additions & 0 deletions test/apim-apk-agent-test/agent-helm-chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Welcome to the WSO2 API Platform for Kubernetes APIM APK Agent!

Congratulations. You've successfully deployed WSO2 APIM APK Agent using Helm, you'll need to monitor and manage the deployment to ensure everything is running smoothly.

- Monitor Pods:
Check the status of the pods to ensure they are up and running:
---
kubectl get pods
---

- Monitor Services:
Verify that the services are running and find their external IPs to access the APIs:
---
kubectl get services
---

For more detailed information, troubleshooting, and advanced configurations, we encourage you to explore the official WSO2 documentation.

- APK Documentation: [https://apk.docs.wso2.com/en/latest/get-started/quick-start-guide/]

This is just the beginning of your APK journey. Feel free to customize and tailor your deployment to match your organization's specific needs.

For any questions or assistance, don't hesitate to reach out to our discord channel.

Happy API management with WSO2 APK!
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ rules:
- apiGroups: ["dp.wso2.com"]
resources: ["gqlroutes/status"]
verbs: ["get","patch","update"]
- apiGroups: ["dp.wso2.com"]
resources: ["aiproviders"]
verbs: ["get","list","watch","update","delete","create"]
- apiGroups: ["dp.wso2.com"]
resources: ["aiproviders/finalizers"]
verbs: ["update"]
- apiGroups: ["dp.wso2.com"]
resources: ["aiproviders/status"]
verbs: ["get","patch","update"]
- apiGroups: [ "dp.wso2.com" ]
resources: [ "aiproviders" ]
verbs: [ "get","list","watch","update","delete","create" ]
- apiGroups: [ "dp.wso2.com" ]
resources: [ "aiproviders/status" ]
verbs: [ "get","patch","update" ]
- apiGroups: [ "dp.wso2.com" ]
resources: [ "aiproviders/finalizers" ]
verbs: [ "update" ]
- apiGroups: ["dp.wso2.com"]
resources: ["airatelimitpolicies"]
verbs: ["get","list","watch","update","delete","create"]
Expand Down

0 comments on commit 338c019

Please sign in to comment.