From 67a6c847340c2f934fc7b944d0e01c97c674ba62 Mon Sep 17 00:00:00 2001 From: ChanikaRuchini Date: Tue, 14 May 2024 15:12:01 +0530 Subject: [PATCH 1/2] [Is 7.0]Remove unsupported configuration from Kubernetes membership scheme --- en/identity-server/7.0.0/docs/deploy/deployment-guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/en/identity-server/7.0.0/docs/deploy/deployment-guide.md b/en/identity-server/7.0.0/docs/deploy/deployment-guide.md index 17d6d22177..7abc918642 100644 --- a/en/identity-server/7.0.0/docs/deploy/deployment-guide.md +++ b/en/identity-server/7.0.0/docs/deploy/deployment-guide.md @@ -307,8 +307,6 @@ The following configurations need to be done in both the WSO2 Identity Server no - `KUBERNETES_SERVICE_HOST`: This is the Kubernetes API hostname or IP address, e.g., `kuberneteshostname`. - `KUBERNETES_SERVICE_PORT_HTTPS`: This is the Kubernetes API https listening port. This must be an integer value. - `KUBERNETES_API_SERVER_TOKEN`: This is the Kubernetes Master token for authentication (optional), e.g., `yourkubernetestoken`. - - `KUBERNETES_API_SERVER_USERNAME`: This is the Kubernetes Master username (optional), e.g., `admin`. - - `KUBERNETES_API_SERVER_PASSWORD`: This is the Kubernetes Master password (optional). 2. Configure caching. From e520a23594c7ba1f55ae637d96755bd7bf38c42d Mon Sep 17 00:00:00 2001 From: ChanikaRuchini Date: Tue, 14 May 2024 15:14:37 +0530 Subject: [PATCH 2/2] Remove unsupported configuration from Kubernetes membership scheme --- en/identity-server/next/docs/deploy/deployment-guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/en/identity-server/next/docs/deploy/deployment-guide.md b/en/identity-server/next/docs/deploy/deployment-guide.md index 17d6d22177..7abc918642 100644 --- a/en/identity-server/next/docs/deploy/deployment-guide.md +++ b/en/identity-server/next/docs/deploy/deployment-guide.md @@ -307,8 +307,6 @@ The following configurations need to be done in both the WSO2 Identity Server no - `KUBERNETES_SERVICE_HOST`: This is the Kubernetes API hostname or IP address, e.g., `kuberneteshostname`. - `KUBERNETES_SERVICE_PORT_HTTPS`: This is the Kubernetes API https listening port. This must be an integer value. - `KUBERNETES_API_SERVER_TOKEN`: This is the Kubernetes Master token for authentication (optional), e.g., `yourkubernetestoken`. - - `KUBERNETES_API_SERVER_USERNAME`: This is the Kubernetes Master username (optional), e.g., `admin`. - - `KUBERNETES_API_SERVER_PASSWORD`: This is the Kubernetes Master password (optional). 2. Configure caching.