Skip to content

Commit

Permalink
Update compatibility matrix with relevant k8s versions (#291)
Browse files Browse the repository at this point in the history
* new k8s versions

* comment for api url for server
  • Loading branch information
jamiezieziula authored Jan 30, 2024
1 parent 5193835 commit 2be6807
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/agent-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
strategy:
matrix:
kubernetes:
- "1.25.8"
- "1.26.3"
- "1.26.0"
- "1.27.0"
- "1.28.0"
- "1.29.0"
fail-fast: false

steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/server-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
strategy:
matrix:
kubernetes:
- "1.25.8"
- "1.26.3"
- "1.26.0"
- "1.27.0"
- "1.28.0"
- "1.29.0"
fail-fast: false

steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/worker-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
strategy:
matrix:
kubernetes:
- "1.25.8"
- "1.26.3"
- "1.26.0"
- "1.27.0"
- "1.28.0"
- "1.29.0"
fail-fast: false

steps:
Expand Down
1 change: 1 addition & 0 deletions charts/prefect-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ No secrets are created when providing an existing secret.
| server.tolerations | list | `[]` | tolerations for server pods assignment |
| server.uiConfig.enabled | bool | `true` | set PREFECT_UI_ENABLED; enable the UI on the server |
| server.uiConfig.prefectUiApiUrl | string | `""` | sets PREFECT_UI_API_URL |
| server.uiConfig.prefectUiStaticDirectory | string | `"/ui_build"` | sets PREFECT_UI_STATIC_DIRECTORY |
| server.uiConfig.prefectUiUrl | string | `""` | sets PREFECT_UI_URL |
| service.annotations | object | `{}` | |
| service.clusterIP | string | `""` | service Cluster IP |
Expand Down
2 changes: 2 additions & 0 deletions charts/prefect-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ Workers each have a type corresponding to the execution environment to which the
config:
workPool: <target work pool name>
selfHostedApiConfig:
# If the prefect server is located external to this cluster, set a fully qualified domain name as the apiUrl
# If the prefect server pod is deployed to this cluster, use the cluster DNS endpoint: http://<prefect-server-service-name>.<namespace>.svc.cluster.local:<prefect-server-port>/api
apiUrl: "https://<DNS of Self Hosted Cloud API>"
accountId: <target account ID>
workspaceId: <target workspace ID>
Expand Down
2 changes: 2 additions & 0 deletions charts/prefect-worker/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ Workers each have a type corresponding to the execution environment to which the
config:
workPool: <target work pool name>
selfHostedApiConfig:
# If the prefect server is located external to this cluster, set a fully qualified domain name as the apiUrl
# If the prefect server pod is deployed to this cluster, use the cluster DNS endpoint: http://<prefect-server-service-name>.<namespace>.svc.cluster.local:<prefect-server-port>/api
apiUrl: "https://<DNS of Self Hosted Cloud API>"
accountId: <target account ID>
workspaceId: <target workspace ID>
Expand Down

0 comments on commit 2be6807

Please sign in to comment.