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

replication-controller.yaml volumeMounts error #10

Open
msanchezt opened this issue Mar 18, 2017 · 6 comments
Open

replication-controller.yaml volumeMounts error #10

msanchezt opened this issue Mar 18, 2017 · 6 comments
Labels

Comments

@msanchezt
Copy link

There is an error with the "volumeMounts" section (which is commented by default).

You should change it by the correct one. Like this:

     # TODO: User persistent disks, volumes and claims for the following
      volumeMounts:
        - name: pg-data
          mountPath: /var/lib/postgresql/data
  volumes:
    - name: pg-data
      persistentVolumeClaim:
        claimName: pg-data-claim
@hnarayanan
Copy link
Owner

Thank you. If you know how to, could you please submit this change as pull request?

@msanchezt
Copy link
Author

I'm trying but is giving me errors, either trying to push with SSL or SSH. First time so can be my mistake...

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@hnarayanan
Copy link
Owner

I see, thank you for trying. You cannot push directly to this repository, so you need to first fork a copy to your account, make the change on that repository, push those back to GitHub and then open a pull request for me to consider.

@msanchezt
Copy link
Author

Ok, I think I did it right now.

@hnarayanan
Copy link
Owner

I don't see a Pull Request. :)

@hnarayanan
Copy link
Owner

Hi! I see what you're trying to do and you're really close. Try to issue a pull request, where the intended branch to be merged into is my repository, not yours. :)

@hnarayanan hnarayanan added the bug label May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants