-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide Windows container image #957
Comments
We provide three containers based on distroless, alpine, and buster. There is no Windows image presently. So I'm going to mark this as a feature request. Do you have any thoughts on what an ideal Windows image might look like, e.g., containerd vs Docker, LTSC vs SAC, etc? Some docs here: https://cloud.google.com/kubernetes-engine/docs/concepts/node-images. |
Here are some ideas:
|
hello,
The error was because of not starting cloud sql instance. For saving my
cost, I have to stop the service. That's what the first image shows. It's
IIS running on computer engine with proxy.
The second image is the state of IIS + proxy POD running on GKE cluster
with one Linux master and one windows worker. When fetching db data through
web, sidecar proxy log showed no data except those startup records.
Regards,
Steven
Eno Compton ***@***.***> 於 2021年10月2日 週六 02:46 寫道:
… Here are some ideas:
1. Verify that you can make a successful connection to the Cloud SQL
instance using a Compute Engine VM or from a local machine. Right now, I
see The instance or operation is not in an appropriate state....
2. Deploy a simple application to the cluster that uses the proxy as a
sidecar, and check the application logs -- the logs you posted above
indicate the application is failing to connect to the proxy, which suggests
an application config error.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#957 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALMFLOVS2Z5GMHZIWFP7JOLUEX6XRANCNFSM5FBVC7EQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hello , Regards, |
I suspect it's a common enough use case to run the proxy on a Windows VM. So I'm going to re-open this as a feature request for providing a Windows container. |
Thanks!
Eno Compton ***@***.***> 於 2021年10月6日 週三 22:54 寫道:
… I suspect it's a common enough use case to run the proxy on a Windows VM.
So I'm going to re-open this as a feature request for providing a Windows
container.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#957 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALMFLOVQG3K2MNZMZFYG2ADUFRPIZANCNFSM5FBVC7EQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Bumping up the priority as there's significant interest in this. |
We'll probably use |
Here's a rough take on what we might do. I'm not sure what the licensing details would be of distributing this.
|
And bumping it back down after some further discussion. Feel free to thumbs-up this issue if it's interesting for you. |
hi @enocom, we currently have a project where not having a windows based cloudsql-proxy image is a blocker. Would it be possible to add this? |
Is there any reason why you can't build your own container image using the example from #957 (comment)? |
Question
I am testing this case for migrating old .net application.
https://github.com/michael-chi/migrate-for-anthos-aspnet
But the GKE windows container got connection issue with Cloud SQL Server.
I can't find cloud auth proxy container image for windows to be the sidecar.
Would you mind helping me this issue ???
Regards,
Steven
The text was updated successfully, but these errors were encountered: