diff --git a/charts/flyte-binary/README.md b/charts/flyte-binary/README.md index 2a7a04d22f..58dd369722 100644 --- a/charts/flyte-binary/README.md +++ b/charts/flyte-binary/README.md @@ -22,7 +22,7 @@ Chart for basic single Flyte executable deployment | commonAnnotations | object | `{}` | | | commonLabels | object | `{}` | | | configuration.agentService.defaultAgent.defaultTimeout | string | `"10s"` | | -| configuration.agentService.defaultAgent.endpoint | string | `"k8s://flyteagent:8000"` | | +| configuration.agentService.defaultAgent.endpoint | string | `"k8s://flyteagent.flyte:8000"` | | | configuration.agentService.defaultAgent.insecure | bool | `true` | | | configuration.agentService.defaultAgent.timeouts.GetTask | string | `"10s"` | | | configuration.annotations | object | `{}` | | diff --git a/charts/flyte-binary/values.yaml b/charts/flyte-binary/values.yaml index b043e685aa..7f6d657105 100644 --- a/charts/flyte-binary/values.yaml +++ b/charts/flyte-binary/values.yaml @@ -171,7 +171,7 @@ configuration: # agentService Flyte Agent configuration agentService: defaultAgent: - endpoint: "k8s://flyteagent:8000" + endpoint: "k8s://flyteagent.flyte:8000" insecure: true timeouts: GetTask: 10s diff --git a/charts/flyte-core/README.md b/charts/flyte-core/README.md index 28b3e43ce9..b873129129 100644 --- a/charts/flyte-core/README.md +++ b/charts/flyte-core/README.md @@ -211,9 +211,9 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.serviceMonitor.scrapeTimeout | string | `"30s"` | Sets the timeout after which request to scrape metrics will time out | | flyteadmin.tolerations | list | `[]` | tolerations for Flyteadmin deployment | | flyteagent.enabled | bool | `false` | | -| flyteagent.plugin_config.plugins.agent-service | object | `{"defaultAgent":{"endpoint":"k8s://flyteagent:8000","insecure":true},"supportedTaskTypes":[]}` | Agent service configuration for propeller. | -| flyteagent.plugin_config.plugins.agent-service.defaultAgent | object | `{"endpoint":"k8s://flyteagent:8000","insecure":true}` | The default agent service to use for plugin tasks. | -| flyteagent.plugin_config.plugins.agent-service.defaultAgent.endpoint | string | `"k8s://flyteagent:8000"` | The agent service endpoint propeller should connect to. | +| flyteagent.plugin_config.plugins.agent-service | object | `{"defaultAgent":{"endpoint":"k8s://flyteagent.flyte:8000","insecure":true},"supportedTaskTypes":[]}` | Agent service configuration for propeller. | +| flyteagent.plugin_config.plugins.agent-service.defaultAgent | object | `{"endpoint":"k8s://flyteagent.flyte:8000","insecure":true}` | The default agent service to use for plugin tasks. | +| flyteagent.plugin_config.plugins.agent-service.defaultAgent.endpoint | string | `"k8s://flyteagent.flyte:8000"` | The agent service endpoint propeller should connect to. | | flyteagent.plugin_config.plugins.agent-service.defaultAgent.insecure | bool | `true` | Whether the connection from propeller to the agent service should use TLS. | | flyteagent.plugin_config.plugins.agent-service.supportedTaskTypes | list | `[]` | The task types supported by the default agent. As of #5460 these are discovered automatically and don't need to be configured. | | flyteagent.podLabels | object | `{}` | Labels for flyteagent pods | diff --git a/charts/flyte-core/values.yaml b/charts/flyte-core/values.yaml index eb7c84297b..5bda29fba0 100755 --- a/charts/flyte-core/values.yaml +++ b/charts/flyte-core/values.yaml @@ -288,7 +288,7 @@ flyteagent: # -- The default agent service to use for plugin tasks. defaultAgent: # -- The agent service endpoint propeller should connect to. - endpoint: "k8s://flyteagent:8000" + endpoint: "k8s://flyteagent.flyte:8000" # -- Whether the connection from propeller to the agent service should use TLS. insecure: true # -- The task types supported by the default agent. As of #5460 these are discovered automatically and don't diff --git a/docker/sandbox-bundled/manifests/complete-agent.yaml b/docker/sandbox-bundled/manifests/complete-agent.yaml index 31fb1d08dd..deba4976e8 100644 --- a/docker/sandbox-bundled/manifests/complete-agent.yaml +++ b/docker/sandbox-bundled/manifests/complete-agent.yaml @@ -486,7 +486,7 @@ data: agent-service: defaultAgent: defaultTimeout: 10s - endpoint: k8s://flyteagent:8000 + endpoint: k8s://flyteagent.flyte:8000 insecure: true timeouts: GetTask: 10s @@ -823,7 +823,7 @@ type: Opaque --- apiVersion: v1 data: - haSharedSecret: M2lnYno3RDhWN0lpRU92Uw== + haSharedSecret: bjlDbkZsVU1UVmpLdGU4TQ== proxyPassword: "" proxyUsername: "" kind: Secret @@ -1254,7 +1254,7 @@ spec: metadata: annotations: checksum/cluster-resource-templates: 6fd9b172465e3089fcc59f738b92b8dc4d8939360c19de8ee65f68b0e7422035 - checksum/configuration: c956f81766ea178b5218d5566636f86741024b4f529be904943801de2d61743a + checksum/configuration: 7841a55b7d0bd6a6d44f37ccf05297fb7c3338c1ebd9c2608d499e4f8c817383 checksum/configuration-secret: 09216ffaa3d29e14f88b1f30af580d02a2a5e014de4d750b7f275cc07ed4e914 labels: app.kubernetes.io/component: flyte-binary @@ -1420,7 +1420,7 @@ spec: metadata: annotations: checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81 - checksum/secret: c2c1c411164573f85645c91e10c9a7d6c34528e489326386a02a36d4ae850d07 + checksum/secret: fd8767b33da59722977568a2a3f4cee7ef850b02f579d8d5e381c038d5a20d42 labels: app: docker-registry release: flyte-sandbox diff --git a/docker/sandbox-bundled/manifests/complete.yaml b/docker/sandbox-bundled/manifests/complete.yaml index ffe0cefef4..cd32c00996 100644 --- a/docker/sandbox-bundled/manifests/complete.yaml +++ b/docker/sandbox-bundled/manifests/complete.yaml @@ -805,7 +805,7 @@ type: Opaque --- apiVersion: v1 data: - haSharedSecret: QWJDYjR5emdGOUwxMWM2cg== + haSharedSecret: ZzdHam5sWUQ2RGlIVHBOSw== proxyPassword: "" proxyUsername: "" kind: Secret @@ -1369,7 +1369,7 @@ spec: metadata: annotations: checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81 - checksum/secret: 8922f419278788a894926bbb7a5f918aad17e796438e84617cd8b26c84b222e5 + checksum/secret: 3ce2fdef0e59a7eba350423dd49173ed960af107bc4c0873e80ea1cf5895e160 labels: app: docker-registry release: flyte-sandbox diff --git a/docker/sandbox-bundled/manifests/dev.yaml b/docker/sandbox-bundled/manifests/dev.yaml index 1a0aecba82..3c16005b5a 100644 --- a/docker/sandbox-bundled/manifests/dev.yaml +++ b/docker/sandbox-bundled/manifests/dev.yaml @@ -499,7 +499,7 @@ metadata: --- apiVersion: v1 data: - haSharedSecret: RmtIWU9kOWoxbkRDWVY0cA== + haSharedSecret: ckNscjBXTmJMdmF6QXJ5aw== proxyPassword: "" proxyUsername: "" kind: Secret @@ -934,7 +934,7 @@ spec: metadata: annotations: checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81 - checksum/secret: fc9cc214577a3c0d32f8c4813ad3a9891f017578b3e071e88fda5e3ea209410e + checksum/secret: ee0ad692a622e9665348e44e2168eb06e24ac7683fe357f9ca92ea77283fa4d7 labels: app: docker-registry release: flyte-sandbox diff --git a/docs/user_guide/flyte_agents/developing_agents.md b/docs/user_guide/flyte_agents/developing_agents.md index 66f5dcdbe0..2e238afc79 100644 --- a/docs/user_guide/flyte_agents/developing_agents.md +++ b/docs/user_guide/flyte_agents/developing_agents.md @@ -198,7 +198,7 @@ plugins: agent-service: # By default, all requests will be sent to the default agent. defaultAgent: - endpoint: "k8s://flyteagent:8000" + endpoint: "k8s://flyteagent.flyte:8000" insecure: true timeouts: # CreateTask, GetTask and DeleteTask are for async agents.