diff --git a/public/develop/deploymentK8s/index.html b/public/develop/deploymentK8s/index.html index 8a15adfd43682e92771d0e584827e3a6a5b6b90d..0e409d95d17ae59320d88565efb755b37692f05e 100644 --- a/public/develop/deploymentK8s/index.html +++ b/public/develop/deploymentK8s/index.html @@ -3414,7 +3414,7 @@ Replace <code><helm-release-name></code> with the name of your OpenSlice H </span></code></pre></div> <h4 id="management-of-multiple-kubernetes-clusters">Management of multiple Kubernetes Clusters</h4> <p>OpenSlice also offers management support of <em>multiple Kubernetes Clusters</em> simultaneously. </p> -<p>For this, you will have to replicate the steps in <a href="#32-standalone-cridge-deployment">Standalone CRIDGE deployment</a> for every Cluster. Each CRIDGE instance will be in charged with the management of one Kubernetes Cluster.</p> +<p>For this, you will have to replicate the steps in <a href="#standalone-cridge-deployment">Standalone CRIDGE deployment</a> for every Cluster. Each CRIDGE instance will be in charged with the management of one Kubernetes Cluster.</p> <h3 id="external-services-optional">External Services (optional)</h3> <p>For configuring optional external services like Bugzilla and CentralLog, specify their URLs and credentials in the <code>values.yaml</code> file:</p> <div class="language-yaml highlight"><pre><span></span><code><span id="__span-13-1"><a id="__codelineno-13-1" name="__codelineno-13-1" href="#__codelineno-13-1"></a><span class="nt">bugzillaurl</span><span class="p">:</span><span class="w"> </span><span class="s">"example.com:443/bugzilla"</span> @@ -3604,7 +3604,7 @@ Replace <code><helm-release-name></code> with the name of your OpenSlice H <p>Navigate to Administration Console </p> </li> <li> -<p>Login with the credentials from section <a href="#2-keycloak-configuration">Keycloak Configuration</a>. Default values are:</p> +<p>Login with the credentials from section <a href="#keycloak">Keycloak Configuration</a>. Default values are:</p> <ul> <li>user: admin </li> <li>password: Pa55w0rd</li>