From ea7cb04d660945740e2efe0ceb210f3dede42c6a Mon Sep 17 00:00:00 2001 From: Scott Lougheed Date: Thu, 15 Sep 2022 16:08:55 -0700 Subject: [PATCH] Updating readme signed Updating readme to include details of an error a person might encounter when applying a deployment from the same directory as the workspace json files so they can self-troubleshoot. Co-Authored-By: Adam Pike --- kubernetes/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kubernetes/README.md b/kubernetes/README.md index 50cc4e1..9c66595 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -75,6 +75,13 @@ Run the following command deploy SCIM bridge: kubectl apply -f . ``` +If you store your workspace-credentials.json and workspace-settings.json files in the same directory as your deployment files, you may see the following error after runing `kubectl apply -f .` below: +``` +error validating "workspace-credentials.json": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false +error validating "workspace-settings.json": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false +``` +You can safely ignore these errors, or move the workspace-credentials.json and workspace-settings.json to a different directory when running `kubectl apply -f .`. + ## Create the DNS record The [`op-scim-bridge` Service](./op-scim-service.yaml) creates a public load balancer attached to your cluster that forwards TLS traffic to SCIM bridge.