From dd5445dda289887384bd36477639337ff994a5f2 Mon Sep 17 00:00:00 2001 From: Santiago Vasquez Date: Tue, 1 Oct 2024 15:55:01 -0400 Subject: [PATCH] Disable kubernetes config When skipper starts getting error: > org.springframework.cloud.kubernetes.commons.config.NamespaceResolutionFailedException: unresolved namespace Also, services indentation was incorrect and database was not binding properly --- .../pages/1-installation/2-cloudfoundry/1-cf-cli.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/documentation/pages/1-installation/2-cloudfoundry/1-cf-cli.md b/content/documentation/pages/1-installation/2-cloudfoundry/1-cf-cli.md index baa6063c..7bd491e4 100644 --- a/content/documentation/pages/1-installation/2-cloudfoundry/1-cf-cli.md +++ b/content/documentation/pages/1-installation/2-cloudfoundry/1-cf-cli.md @@ -102,6 +102,7 @@ To install Cloud Foundry: SPRING_APPLICATION_NAME: skipper-server SPRING_PROFILES_ACTIVE: cloud JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}' + SPRING_CLOUD_KUBERNETES_ENABLED: false SPRING_APPLICATION_JSON: |- { "spring.cloud.skipper.server" : { @@ -126,8 +127,8 @@ To install Cloud Foundry: } } } - services: - - + services: + - ``` You need to fill in ``, ``, ``, ``,