-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Updated gce-pd and redis examples to use v1beta3 #5062
Conversation
name: sentinel | ||
ports: | ||
- containerPort: 26379 | ||
name: api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last i heard we were removing named ports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please remove the name.
@@ -0,0 +1,827 @@ | |||
# Redis configuration file example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If these .conf files are identical to the v1beta1 versions, I'm inclined to not copy them. Just reuse the existing ones.
e252c29
to
6a798e1
Compare
PTAL @bgrant0607 |
@@ -0,0 +1,21 @@ | |||
apiVersion: v1beta3 | |||
kind: Pod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should delete this file. They should be using the replication controller now.
All pods are created through replication controllers now. PTAL @bgrant0607 |
@ArtfulCoder Did you decide that it was ok to convert all the pods to replication controllers? |
0763c9d
to
8f8d6e9
Compare
@bgrant0607 PTAL at the changes. |
Great! LGTM. |
You deleted a file used outside the example:
|
@bgrant0607 PTAL |
Updated gce-pd and redis examples to use v1beta3
updated gce-pd and redis examples to use v1beta3
#3671
@bgrant0607
@lavalamp