<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Kubernetes Deployment Issues - LTS 2023.10 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905405#M27615</link>
    <description>&lt;P&gt;Yes, most services are dependent on Consul, so if consul is not able to start they will not be able to enter a ready state.&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;I'm not aware of any way to circumvent this requirement.&lt;/STRIKE&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found a possible solution would be to set the environment variable "CONSUL_BIND_EXTERNAL" to "eth0".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does running this command allow the consul server to start?&lt;/P&gt;
&lt;P&gt;kubectl -n &lt;EM&gt;namespace&lt;/EM&gt; set env sts/sas-consul-server CONSUL_BIND_EXTERNAL=eth0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, this would also need to be done in the CAS configuration, so you could use these two patchTransformers in your deployment, then rebuild/apply:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;apiVersion: builtin
kind: PatchTransformer
metadata:
  name: sas-consul-bind-transformer
patch: |-
  - op: add
    path: /spec/template/spec/containers/0/env/-
    value:
      name: CONSUL_BIND_EXTERNAL
      value: eth0
target:
  group: apps
  kind: StatefulSet
  name: sas-consul-server
  version: v1
---
apiVersion: builtin
kind: PatchTransformer
metadata:
  name: sas-cas-consul-bind-transformer
patch: |-
  - op: add
    path: /spec/controllerTemplate/spec/containers/2/env/-
    value:
      name: CONSUL_BIND_EXTERNAL
      value: eth0
target:
  group: viya.sas.com
  kind: CASDeployment
  name: .*
  version: v1alpha1&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 19:45:01 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2023-11-30T19:45:01Z</dc:date>
    <item>
      <title>Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905363#M27612</link>
      <description>&lt;P&gt;Executed the Kubernetes deployment for all components, and while some pods are successfully running, we are facing issues with others:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Some pods are in a waiting state, awaiting the readiness of the Consul server, but we are encountering the following error.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_0-1701355647514.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90482i6DC2A1AC1E3DF1FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Narendra_P_0-1701355647514.png" alt="Narendra_P_0-1701355647514.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI : I have gone through the below link for the above error. but i am unable to find the file or path to fix it in LTS 2O23.10 release.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;SAS VIYA 3.4 :&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Installation/td-p/495208" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Installation/td-p/495208&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;2.&amp;nbsp;&lt;/STRONG&gt;Other pods are awaiting for SAS folders.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_1-1701355647540.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90483i700FD47DDBBBC981/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Narendra_P_1-1701355647540.png" alt="Narendra_P_1-1701355647540.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suggest on these issues?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 14:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905363#M27612</guid>
      <dc:creator>Narendra_P</dc:creator>
      <dc:date>2023-11-30T14:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905394#M27613</link>
      <description>I think this will occur if your cluster's configured internal network isn't set up to use a range within the private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16).</description>
      <pubDate>Thu, 30 Nov 2023 17:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905394#M27613</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-11-30T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905398#M27614</link>
      <description>&lt;P&gt;Thank you for your prompt response.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Are both issue 1 and issue 2 related to the fact that the configured internal network for the cluster doesn't fall within the recommended private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)? If so, is there an alternative solution available? Additionally, the documentation doesn't seem to provide guidance on using these specified IP ranges.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 18:00:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905398#M27614</guid>
      <dc:creator>Narendra_P</dc:creator>
      <dc:date>2023-11-30T18:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905405#M27615</link>
      <description>&lt;P&gt;Yes, most services are dependent on Consul, so if consul is not able to start they will not be able to enter a ready state.&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;I'm not aware of any way to circumvent this requirement.&lt;/STRIKE&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found a possible solution would be to set the environment variable "CONSUL_BIND_EXTERNAL" to "eth0".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does running this command allow the consul server to start?&lt;/P&gt;
&lt;P&gt;kubectl -n &lt;EM&gt;namespace&lt;/EM&gt; set env sts/sas-consul-server CONSUL_BIND_EXTERNAL=eth0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, this would also need to be done in the CAS configuration, so you could use these two patchTransformers in your deployment, then rebuild/apply:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;apiVersion: builtin
kind: PatchTransformer
metadata:
  name: sas-consul-bind-transformer
patch: |-
  - op: add
    path: /spec/template/spec/containers/0/env/-
    value:
      name: CONSUL_BIND_EXTERNAL
      value: eth0
target:
  group: apps
  kind: StatefulSet
  name: sas-consul-server
  version: v1
---
apiVersion: builtin
kind: PatchTransformer
metadata:
  name: sas-cas-consul-bind-transformer
patch: |-
  - op: add
    path: /spec/controllerTemplate/spec/containers/2/env/-
    value:
      name: CONSUL_BIND_EXTERNAL
      value: eth0
target:
  group: viya.sas.com
  kind: CASDeployment
  name: .*
  version: v1alpha1&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 19:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905405#M27615</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-11-30T19:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905481#M27616</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;! &lt;SPAN&gt;Your assistance and advice are greatly valued.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Following the execution of the command below, the &lt;/SPAN&gt;&lt;CODE&gt;sas-consul&lt;/CODE&gt;&lt;SPAN&gt; server has been initiated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;kubectl -n&amp;nbsp;namespace&amp;nbsp;set env sts/sas-consul-server CONSUL_BIND_EXTERNAL=eth0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_2-1701383534266.png" style="width: 615px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90513i5688EC13E1BC0461/image-dimensions/615x60?v=v2" width="615" height="60" role="button" title="Narendra_P_2-1701383534266.png" alt="Narendra_P_2-1701383534266.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And Included the two patchTransformers in the deployment under the site-config directory, following the structure mentioned below, and executed a rebuild.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class=""&gt;&lt;CODE&gt;└── $deploy/
    ├── kustomization.yaml
    ├── sas-bases/
    └── site-config/&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The issue with SAS folders persists even after these steps. Your insights on this matter would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_0-1701383378606.png" style="width: 642px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90511i1E2ECA32541A3F6A/image-dimensions/642x472?v=v2" width="642" height="472" role="button" title="Narendra_P_0-1701383378606.png" alt="Narendra_P_0-1701383378606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the current status of the pods, primarily in a waiting state for SAS folders.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_3-1701385807046.png" style="width: 578px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90519i898CBEF54DEF97B1/image-dimensions/578x387?v=v2" width="578" height="387" role="button" title="Narendra_P_3-1701385807046.png" alt="Narendra_P_3-1701385807046.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_4-1701385863338.png" style="width: 570px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90520iA078D2316F4613D7/image-dimensions/570x388?v=v2" width="570" height="388" role="button" title="Narendra_P_4-1701385863338.png" alt="Narendra_P_4-1701385863338.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_5-1701386002190.png" style="width: 571px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90521iC2A1B22B216EBECA/image-dimensions/571x387?v=v2" width="571" height="387" role="button" title="Narendra_P_5-1701386002190.png" alt="Narendra_P_5-1701386002190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_6-1701386045702.png" style="width: 574px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90522i272446F88F9E6BC8/image-dimensions/574x390?v=v2" width="574" height="390" role="button" title="Narendra_P_6-1701386045702.png" alt="Narendra_P_6-1701386045702.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 23:17:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905481#M27616</guid>
      <dc:creator>Narendra_P</dc:creator>
      <dc:date>2023-11-30T23:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905593#M27619</link>
      <description>&lt;P&gt;++&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All of the pods are currently in the initialization state, and the sas-start-sequencer container has finished but is in a pending state within the sas-certframe container. The logs for the pod indicate that &lt;STRONG&gt;&lt;EM&gt;it is waiting for SAS folders.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_0-1701439323137.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90561i1B0260205257D0DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Narendra_P_0-1701439323137.png" alt="Narendra_P_0-1701439323137.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_1-1701439727967.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90564iD8963330E4F312F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Narendra_P_1-1701439727967.png" alt="Narendra_P_1-1701439727967.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_2-1701441891242.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90565iBBF41346C1995283/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Narendra_P_2-1701441891242.png" alt="Narendra_P_2-1701441891242.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 14:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905593#M27619</guid>
      <dc:creator>Narendra_P</dc:creator>
      <dc:date>2023-12-01T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905594#M27620</link>
      <description>The sas-start-sequencer initcontainer orchestrates startup of services such that services don't start until the services they depend on have been started. sas-certframe typically does not depend on other Viya services, it's job is to create the Viya TLS truststore and generate the certificates used to secure communication between the pods.&lt;BR /&gt;If most services indicate they are waiting on SAS Folders, you may wish to check what SAS Folders is waiting on. sas-logon-app and sas-configuration are relied on by most all pods.</description>
      <pubDate>Fri, 01 Dec 2023 14:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905594#M27620</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-12-01T14:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905962#M27627</link>
      <description>&lt;P&gt;Thank You!&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;"sas-folders"&lt;/STRONG&gt;&lt;/EM&gt; is currently awaiting the availability of &lt;EM&gt;&lt;STRONG&gt;"sas-logon."&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_1-1701676171165.png" style="width: 503px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90723iF6AD954303FECA88/image-dimensions/503x362?v=v2" width="503" height="362" role="button" title="Narendra_P_1-1701676171165.png" alt="Narendra_P_1-1701676171165.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The deployment status of both &lt;EM&gt;&lt;STRONG&gt;"sas-configuration"&lt;/STRONG&gt;&lt;/EM&gt; and &lt;EM&gt;&lt;STRONG&gt;"sas-logon"&lt;/STRONG&gt;&amp;nbsp; pods are&lt;/EM&gt;&amp;nbsp;in a pending state, and this delay is attributed to the "DB check sleeping" condition (see below). In pod logs, apart from the "DB check sleeping", not able to find the sufficient information to address the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_0-1701675958785.png" style="width: 461px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90722iEB2B06DFA737F15D/image-dimensions/461x392?v=v2" width="461" height="392" role="button" title="Narendra_P_0-1701675958785.png" alt="Narendra_P_0-1701675958785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suggest on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FYI:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Validated the postgres dataserver details.&lt;/P&gt;&lt;PRE class=""&gt;&lt;CODE&gt;└── $deploy/
    ├── kustomization.yaml
    ├── sas-bases/
    └── site-config/postgres&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;-&amp;gt; Performed connectivity test from GKE node to SQL database. (see below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_3-1701685209985.png" style="width: 700px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90733i64017158ED717521/image-dimensions/700x70?v=v2" width="700" height="70" role="button" title="Narendra_P_3-1701685209985.png" alt="Narendra_P_3-1701685209985.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 10:23:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905962#M27627</guid>
      <dc:creator>Narendra_P</dc:creator>
      <dc:date>2023-12-04T10:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905997#M27631</link>
      <description>&lt;P&gt;This suggests the database is not accessible by the sas-logon and sas-configuration pods using the provided connection information.&lt;/P&gt;
&lt;P&gt;It sounds like you are using external postgres and maybe have not performed all the required steps for configuring external postgres. This is described in:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="xisDoc-directoryPath"&gt;$deploy/sas-bases/examples/postgres/README.md&lt;/SPAN&gt; under "External PostgreSQL Configuration". There are additional specific steps for Google Cloud Platform Cloud SQL for PostgreSQL if this is what you are using.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/905997#M27631</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-12-04T14:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906426#M27641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I suspect there could be an issue with the connection to the database through the "cloud_sql_proxy." Upon inspecting the platform-postgres-sql-proxy pod, I noticed that despite the pod being active, but the logs indicate the following:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_0-1701864428272.png" style="width: 635px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90856i0E97D6010A671BB8/image-dimensions/635x327?v=v2" width="635" height="327" role="button" title="Narendra_P_0-1701864428272.png" alt="Narendra_P_0-1701864428272.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 12:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906426#M27641</guid>
      <dc:creator>Narendra_P</dc:creator>
      <dc:date>2023-12-06T12:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906455#M27643</link>
      <description>Looks like it's failing to pull the configuration file from googleapis.com, so I'd guess this is related to the provided ServiceAccountKey. You may want to engage Technical Support.</description>
      <pubDate>Wed, 06 Dec 2023 14:40:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906455#M27643</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-12-06T14:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906894#M27653</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suggest on below issues:&lt;/P&gt;&lt;P&gt;Note: Using Internal postgres.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) sas-model-repository:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_3-1701990250739.png" style="width: 673px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91000i4DFAE0841CA4C1D3/image-dimensions/673x167?v=v2" width="673" height="167" role="button" title="Narendra_P_3-1701990250739.png" alt="Narendra_P_3-1701990250739.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_1-1701990070026.png" style="width: 697px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90998iBEF32CAC7C71B03D/image-dimensions/697x161?v=v2" width="697" height="161" role="button" title="Narendra_P_1-1701990070026.png" alt="Narendra_P_1-1701990070026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_2-1701990172125.png" style="width: 708px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90999i643722BA84A9B674/image-dimensions/708x138?v=v2" width="708" height="138" role="button" title="Narendra_P_2-1701990172125.png" alt="Narendra_P_2-1701990172125.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)sas-search:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_4-1701990906580.png" style="width: 660px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91001i83D5FDA8252F2BBE/image-dimensions/660x188?v=v2" width="660" height="188" role="button" title="Narendra_P_4-1701990906580.png" alt="Narendra_P_4-1701990906580.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_5-1701990933682.png" style="width: 658px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91002i4E630397BA724371/image-dimensions/658x158?v=v2" width="658" height="158" role="button" title="Narendra_P_5-1701990933682.png" alt="Narendra_P_5-1701990933682.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3)sas-cas-server-default-controller:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_6-1701992668704.png" style="width: 720px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91003iF2D778C0073D8053/image-dimensions/720x231?v=v2" width="720" height="231" role="button" title="Narendra_P_6-1701992668704.png" alt="Narendra_P_6-1701992668704.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've configured the environment variable "CONSUL_BIND_EXTERNAL" to "eth0" in an attempt to address the "No Private IPv4 address found" error. However, the issue persists.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 23:52:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906894#M27653</guid>
      <dc:creator>Narendra_P</dc:creator>
      <dc:date>2023-12-07T23:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906949#M27656</link>
      <description>Also, could you please inform me about the purpose or functionality of the following components?&lt;BR /&gt;sas-search,&lt;BR /&gt;sas-model-repository and&lt;BR /&gt;sas-cas-server-default-controller&lt;BR /&gt;sas-cas-control&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Dec 2023 12:14:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906949#M27656</guid>
      <dc:creator>Narendra_P</dc:creator>
      <dc:date>2023-12-08T12:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906962#M27662</link>
      <description>It looks like sas-search and sas-model-repository are unable to contact CAS to bootstrap their CASLIBs, and CAS is failing to start because the cosul sidecar isn't able to start. After using the patch I provided for the CASDeployment object, did you delete the cas-server-default-controller pod so it gets recreated with the new definition?</description>
      <pubDate>Fri, 08 Dec 2023 13:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906962#M27662</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-12-08T13:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906964#M27663</link>
      <description>sas-search is the microservice that facilitates the search function. sas-model-repository is used to manage models. sas-cas-server-default-controller is the CAS controller. sas-cas-control is the microservice that enables management of the CAS server through a REST API.</description>
      <pubDate>Fri, 08 Dec 2023 13:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/906964#M27663</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-12-08T13:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/907385#M27683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While attempting to access SAS Studio, I encountered the following error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"A connection to the SAS Compute Server was unavailable."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Narendra_P_2-1702323900258.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91163i6FEBA278E0BB9DD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Narendra_P_2-1702323900258.png" alt="Narendra_P_2-1702323900258.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked the logs of the relevant components. see below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;sas-compute:&lt;/STRONG&gt;&lt;BR /&gt;A session has been requested for the context with the ID "9c1c50f9-33e1-43a2-b615-7ebad9c0d0b1".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sas-launcher:&lt;/STRONG&gt;&lt;BR /&gt;caused by: org.springframework.web.client.HttpClientErrorException$NotFound: 404 : "{"errorCode":10580,"message":"The identifier values for USER \"sasboot\" were not found.","details":["traceId: 9e62dc6d6980982c","path: /identities/users/@currentUser/identifier"],"links":[],"version":2,"httpStatusCode":404}"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sas-studio:&lt;/STRONG&gt;&lt;BR /&gt;The compute session could not be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The documentation specifies that the SAS Viya platform supports only&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;LDAP, Kerberos, and single sign-on&lt;/EM&gt;&amp;nbsp;&lt;SPAN&gt;methods for authenticating users who are signing in to the environment. Is it not possible to establish user accounts with passwords instead?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please suggest on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 20:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/907385#M27683</guid>
      <dc:creator>Narendra_P</dc:creator>
      <dc:date>2023-12-11T20:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes Deployment Issues - LTS 2023.10</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/907390#M27684</link>
      <description>This error is because sasboot is a special account for Viya configuration, it cannot be used with SAS Studio.&lt;BR /&gt;You would need to log in to Viya with a normal user account. &lt;BR /&gt;You cannot add users to Viya directly, only through identity provisioning using LDAP or SCIM. You can authenticate to Viya using LDAP (providing a user ID and password), Kerberos, or SSO like OIDC and SAML.</description>
      <pubDate>Mon, 11 Dec 2023 20:15:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kubernetes-Deployment-Issues-LTS-2023-10/m-p/907390#M27684</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-12-11T20:15:59Z</dc:date>
    </item>
  </channel>
</rss>

