Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Conversation

@mumoshu
Copy link
Contributor

@mumoshu mumoshu commented Oct 20, 2016

The purpose for doing this is to:

  1. remove a fairly large number of unimported packages in vendor/

    $ git status | grep "new file" | wc -l
         631
    $ git status | grep "modified" | wc -l
         543
    $ git status | grep "deleted:" | wc -l
        3583
    
  2. provide developers a unified way to update packages
    (3) update vendor with latest packages

I've chosen glide over trash, godep, govendor, etc., because glide seemed well-maintained, used in other coreos products like clair and etcd, prune enough files(e.g. glide only vendors packages imported from non-test go sources, but not too aggressive according to the fast it doesn't flatten nested vendor/ directories or remove *_test.go)

The purpose for doing this is to:

1. remove a fairly large number of unimported packages in vendor/

  ```
  $ git status | grep "new file" | wc -l
       631
  $ git status | grep "modified" | wc -l
       543
  $ git status | grep "deleted:" | wc -l
      3583
  ```

2. provide developers a unified way to update packages
3. update vendor with latest packages

Also note that I've chosen glide over trash, godep, govendor, etc., because glide:

* seemed well-maintained,
* is used in other coreos products like clair and etcd,
* prunes enough files(e.g. glide only vendors packages imported from non-test go sources, but not too aggressive according to the fast it doesn't flatten nested vendor/ directories or remove *_test.go)
@mumoshu
Copy link
Contributor Author

mumoshu commented Oct 20, 2016

build passed as can be seen in https://travis-ci.org/mumoshu/kube-aws/builds/169145557

@mumoshu mumoshu merged commit aeefbeb into kubernetes-retired:master Oct 20, 2016
@mumoshu mumoshu deleted the introduce-glide branch October 20, 2016 06:57
redbaron referenced this pull request in HotelsDotCom/kube-aws Apr 6, 2017
…avour

* commit 'c1f897b642813071a81b452b315badc99bb4fd70':
  RUN-409: Add deployment to push kubernetes resources up to S3.
@mumoshu mumoshu mentioned this pull request Apr 6, 2017
mumoshu pushed a commit that referenced this pull request May 10, 2018
tyrannasaurusbanks pushed a commit to tyrannasaurusbanks/kube-aws that referenced this pull request Sep 14, 2018
…sible-tiller-rbac

Tiller deploy sensible RBAC rules
dominicgunn added a commit that referenced this pull request Sep 16, 2020
* KIAM updates to support assumeRoleArn functionalilty

* Add compute.internal to etcd san when using private zones, because the aws controller does not support private zones

* Fix tests

* Forced rebuild.

Co-authored-by: Dominic Gunn <[email protected]>
Co-authored-by: Dominic Gunn <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant