GoogleCloudPlatform / gke-migration-to-containers

This demo provides a basic walkthrough of migrating a stateless application from running on a VM all the way to running it on Kubernetes Engine (GKE).
Apache License 2.0
107 stars 107 forks source link

[Qwiklabs] On Step 6/10 of Deployment section that encountered a "ERROR: unsatisfiable constraints:" #19

Open neolin-cloudmile opened 5 years ago

neolin-cloudmile commented 5 years ago

Hi Sir,

Sorry to bother you. On the Qwiklabs, "GSP 475 - GKE Migrating to Containers" that we follow some steps to deploy the lab environment. Unfortunately, we encountered an ERROR message, please refer to below figure or the attached file for more details.

Date: 02:40PM UTC+8, 1st July, 2019 Screen Shot 2019-07-01 at 2 39 10 PM

For mode details, please check the attached file: Qwuklabs-GSP475-GKE Migrating to Containers - ERRORS.txt

Please feel free let me know if need any other information.

Have a good day,

Neo Lin

bendiknesbo commented 5 years ago

Using this fork worked for me: https://github.com/ch8uk/gke-migration-to-containers/commit/538530c38855a94b7a3d146ae6f1606f71d16341

neolin-cloudmile commented 5 years ago

@XplittR Sure, got it. And which information do you need from my side?

bendiknesbo commented 5 years ago

I just proposed a workaround to complete the lab:

Instead of typing git clone https://github.com/GoogleCloudPlatform/gke-migration-to-containers.git, you can use git clone https://github.com/ch8uk/gke-migration-to-containers.git, and you should be able to complete the lab without waiting for this repository's maintainers to update the repo.

neolin-cloudmile commented 5 years ago

I just proposed a workaround to complete the lab:

Instead of typing git clone https://github.com/GoogleCloudPlatform/gke-migration-to-containers.git, you can use git clone https://github.com/ch8uk/gke-migration-to-containers.git, and you should be able to complete the lab without waiting for this repository's maintainers to update the repo.

@XplittR Appreciate for all your support on this case. According you provided link, we could deployed lab environment on GCP, please refer below output:

1.Command line: make create Screen Shot 2019-07-02 at 10 50 04 AM

For validate deployments, please refer to below output:

2.Command line: make validate Screen Shot 2019-07-02 at 11 07 36 AM

Then we able to finished all steps on this lab.

Regards,

Neo Lin

deligatedgeek commented 5 years ago

XplittR solved the issue with out of date code being used in competitions

chrislovecnm commented 5 years ago

If someone wants to submit a PR that would be wonderful!