Skip to content

Commit

Permalink
merge upstream/cluster-autoscaler-release-1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Oct 28, 2019
2 parents c44b83d + f470bae commit 2ebb7af
Show file tree
Hide file tree
Showing 13,628 changed files with 1,656,542 additions and 2,290,840 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
.idea/
*.iml

# VSCode project files
**/.vscode

# Emacs save files
*~
\#*\#
Expand All @@ -25,4 +28,3 @@
Session.vim
.netrwhist

_output
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
language: go

go:
- 1.11.2
- 1.12.1

before_install:
- sudo apt-get install libseccomp-dev -qq
Expand Down
140 changes: 0 additions & 140 deletions Makefile

This file was deleted.

15 changes: 6 additions & 9 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- enxebre
- frobware
- ingvagabund
- bison
- mwielgus
- maciekpytel
- bskiba
reviewers:
- paulfantom
- spangenberg
- vikaschoudhary16
- mwielgus
- maciekpytel
- bskiba
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource requests of a deployment based on the number of nodes in the Kubernetes
Interested in autoscaling? Want to talk? Have questions, concerns or great ideas?

Please join us on #sig-autoscaling at https://kubernetes.slack.com/, or join one
of our weekly meetings. See [the Kubernetes Community Repo](https://github.com/kubernetes/community/blob/master/sig-list.md) for more information.
of our weekly meetings. See [the Kubernetes Community Repo](https://github.com/kubernetes/community/blob/master/sig-autoscaling/README.md) for more information.

## Getting the Code

Expand Down
1 change: 1 addition & 0 deletions addon-resizer/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pod_nanny
addon-resizer
Loading

0 comments on commit 2ebb7af

Please sign in to comment.