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

Add instruction to configure minikube #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajfriesen
Copy link
Contributor

Add instruction to configure minikube.
Add instruction and example to automate this addon for local development.

Add instruction to configure minikube.
Add instruction and example to automate this addon for local development.
2. Get the Replication Controller

```bash
kubectl get rc registry-creds -o yaml -n kube-system --export > replicationController.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably update the examples to use deployments and not replication controllers.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it still valid, btw? I guess there is no any resource created by registry-creds as far as I can see. Is it true?

@stevesloka
Copy link
Member

Thanks for the PR @ajfriesen! Could I ask that you help me update example to use deployments instead of RC's? Its just tech debt that we need to clean up as things have changed in k8s.

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

Successfully merging this pull request may close these issues.

3 participants