question

NedelchoSitnov-5278 avatar image
0 Votes"
NedelchoSitnov-5278 asked vipullag-MSFT answered

Kubernetes not able to set Collation in sqldeployment.yaml

Hello,
I deployed ms sql server with Kubernetes, but in sqldeployment.yaml there is no place where I can change the default Collation???

The Collation bellow does not work.
Any help???

image: microsoft/mssql-server-linux:2017-latest
env:
- name: MSSQL_PID
value: Express
- name: ACCEPT_EULA
value: "Y"
- name: MSSQL_COLLATION
value: "Cyrillic_General_CI_AS"
- name: SA_PASSWORD

sql-server-generalazure-kubernetes-service
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

vipullag-MSFT avatar image
0 Votes"
vipullag-MSFT answered

@NedelchoSitnov-5278

Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.

I see that you got the issue resolved here on Kubernetes discussion.

I am posting the link to the solution here for the benefit of the community.

https://discuss.kubernetes.io/t/kubernetes-not-able-to-set-collation-in-sqldeployment-yaml/16892/3


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.