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

moving from rc to deployment #951

Merged
merged 1 commit into from
Jun 27, 2016
Merged

moving from rc to deployment #951

merged 1 commit into from
Jun 27, 2016

Conversation

puja108
Copy link
Member

@puja108 puja108 commented Jun 24, 2016

As deployments (and replica sets) are replacing the rc primitive, I thought of moving this manifest to deployments, too.

The kind: list thingy doesn't work here, as it has problems with using extensions/v1beta1 so I used --- to make a valid YAML list.

Other than that nothing has changed. The selector had to be slightly modified to include matchLabels:.

I've tested this already, and it works for me.

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please let us know the company's name.

@puja108
Copy link
Member Author

puja108 commented Jun 24, 2016

My company (Giant Swarm GmbH, giantswarm.io) has already signed the CLA, so in turn I signed it! (hope that works for googlebot) ;)

@maciaszczykm
Copy link
Member

maciaszczykm commented Jun 24, 2016

@puja108 Could you check if you've used correct credentials (ones, that are used in your company CLA) to sign your commit? You can use git log to verify it and set it using following commands:

git config --global user.name "Joe Doe"
git config --global user.email "your_email@example.com"

@bryk
Copy link
Contributor

bryk commented Jun 24, 2016

@maciaszczykm Can you review and merge this? :) I'm for it

@puja108
Copy link
Member Author

puja108 commented Jun 24, 2016

I'll try to get the CLA thingy sorted out in the meanwhile. Marian had some problems there too it seems (#896)

@codecov-io
Copy link

codecov-io commented Jun 24, 2016

Current coverage is 92.49%

Merging #951 into master will increase coverage by 0.29%

@@             master       #951   diff @@
==========================================
  Files           241        241          
  Lines          2064       2064          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1903       1909     +6   
+ Misses          161        155     -6   
  Partials          0          0          

Powered by Codecov. Last updated by 52a5347...db4730f

@puja108
Copy link
Member Author

puja108 commented Jun 24, 2016

I changed my email to the giantswarm one, let's try again I signed it!

@maciaszczykm
Copy link
Member

@puja108 Your commit must be signed by it :)

As deployments (and replica sets) are replacing the rc primitive, I thought of moving this manifest to deployments, too.

The `kind: list` thingy doesn't work here, as it has problems with using `extensions/v1beta1` so I used `---` to make a valid YAML list.

Other than that nothing has changed. The selector had to be slightly modified to include `matchLabels:`.

I've tested this already, and it works for me.
@puja108
Copy link
Member Author

puja108 commented Jun 24, 2016

I had ammended the commit, but it seems the push didn't get through, this time it should have worked at least git log shows Author: Puja <puja@giantswarm.io> now. Try again: I signed it!

@puja108
Copy link
Member Author

puja108 commented Jun 27, 2016

Nearly forgot, the CLA should have been solved by now. Seems like googlebot doesn't recheck. So I signed it!

@googlebot
Copy link

CLAs look good, thanks!

@bryk
Copy link
Contributor

bryk commented Jun 27, 2016

Hurrah!

@bryk
Copy link
Contributor

bryk commented Jun 27, 2016

LGTM

@bryk bryk merged commit dd3149f into kubernetes:master Jun 27, 2016
@puja108 puja108 deleted the patch-1 branch June 28, 2016 07:51
joe2far pushed a commit to ammeon/dashboard that referenced this pull request Sep 5, 2016
As deployments (and replica sets) are replacing the rc primitive, I thought of moving this manifest to deployments, too.

The `kind: list` thingy doesn't work here, as it has problems with using `extensions/v1beta1` so I used `---` to make a valid YAML list.

Other than that nothing has changed. The selector had to be slightly modified to include `matchLabels:`.

I've tested this already, and it works for me.
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.

5 participants