Skip to content
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

Local Development Environment with Snapshot Version of VVP and SQL #1

Closed
knaufk opened this issue Jun 7, 2020 · 5 comments
Closed
Labels
good first issue Good for newcomers

Comments

@knaufk
Copy link
Contributor

knaufk commented Jun 7, 2020

@knaufk knaufk added the good first issue Good for newcomers label Jun 7, 2020
@uce
Copy link
Contributor

uce commented Jun 8, 2020

@michaelpisula @duresmeois The important bit when checking out the charts is to create the image pull secret (step 2) and then referencing it (step 4). I'm pointing this out explicitly, because there was some confusion about this in the past.

@knaufk
Copy link
Contributor Author

knaufk commented Jun 8, 2020

If you use "snapshot-sql" branch, the referencing part is already done. The only thing is you need to from the daplatform-charts repository is the command to create the Kubernetes Secret.

@duresmeois
Copy link
Contributor

duresmeois commented Jun 8, 2020

If you use "snapshot-sql" branch, the referencing part is already done. The only thing is you need to from the daplatform-charts repository is the command to create the Kubernetes Secret.

For convenient reference, the command that I used was modified to include the vvp namespace thus:

kubectl create secret --namespace vvp docker-registry gcr-json-key \
   --docker-server=eu.gcr.io \
   --docker-username=_json_key \
   --docker-password="$(cat tools/gcr-json-key.json)" \
   --docker-email=any@valid.email

@duresmeois
Copy link
Contributor

Since this is not part of the setup script, also for convenience:
kubectl --namespace vvp port-forward services/vvp-ververica-platform 8080:80

@duresmeois
Copy link
Contributor

I have the local setup and can create, alter and drop tables as well as create and launch SQL scripts. Swagger works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants