Skip to content

Enable replicasets and deployments#10136

Merged
openshift-bot merged 2 commits intoopenshift:masterfrom
deads2k:enable-rs-d
Aug 1, 2016
Merged

Enable replicasets and deployments#10136
openshift-bot merged 2 commits intoopenshift:masterfrom
deads2k:enable-rs-d

Conversation

@deads2k
Copy link
Contributor

@deads2k deads2k commented Aug 1, 2016

Enables RSs and Ds without cohabitation.

@mfojtik

@deads2k
Copy link
Contributor Author

deads2k commented Aug 1, 2016

[test]

This was referenced Aug 1, 2016
authorizationapi.NewRule(read...).Groups(batchGroup).Resources("jobs").RuleOrDie(),

authorizationapi.NewRule(read...).Groups(extensionsGroup).Resources("jobs", "horizontalpodautoscalers").RuleOrDie(),
authorizationapi.NewRule(read...).Groups(extensionsGroup).Resources("jobs", "horizontalpodautoscalers", "replicasets", "replicasets/scale").RuleOrDie(),
Copy link
Contributor

Choose a reason for hiding this comment

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

add to cluster reader

Copy link
Contributor

@liggitt liggitt Aug 1, 2016

Choose a reason for hiding this comment

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

test to catch drift there would be good (as a follow up)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

test to catch drift there would be good

It exists. It'll yell in a minute.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

add to cluster reader

Also, it already exists in cluster-reader.

Copy link
Contributor

Choose a reason for hiding this comment

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

ah, missed that

@mfojtik mfojtik changed the title Enable replicasets and depoyments Enable replicasets and deployments Aug 1, 2016
@stevekuznetsov
Copy link
Contributor

re[test]

Name: DeploymentControllerRoleName,
},
Rules: []authorizationapi.PolicyRule{
{
Copy link
Contributor

Choose a reason for hiding this comment

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

extensions.GroupName

@mfojtik
Copy link
Contributor

mfojtik commented Aug 1, 2016

LGTM (I think we should have some test-cmd as well to prove the scale works, but I can do that as follow up).

@deads2k
Copy link
Contributor Author

deads2k commented Aug 1, 2016

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to ae50ea2

@openshift-bot
Copy link
Contributor

openshift-bot commented Aug 1, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/7301/) (Image: devenv-rhel7_4716)

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to ae50ea2

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/7301/)

@openshift-bot openshift-bot merged commit 9882783 into openshift:master Aug 1, 2016
authorizationapi.ClusterRole{
ObjectMeta: kapi.ObjectMeta{
Name: DeploymentControllerRoleName,
Name: DeploymentConfigControllerRoleName,
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not the deployment config controller but our custom replication controller controller

@deads2k deads2k deleted the enable-rs-d branch September 6, 2016 17:15
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.

6 participants