Skip to content

Commit

Permalink
AU: 1 updated - kubernetes-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 22, 2018
1 parent d134750 commit 0c3c133
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="http://cdn.rawgit.com/abejenaru/chocolatey-packages/16e4ddf69bd7dfc07597b7b3aaa7d8372eeec7fb/icons/kubernetes.png" width="48" height="48"/> [kubernetes-cli](https://chocolatey.org/packages/kubernetes-cli)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/5a8c40781821bbd2746754b7ce723938090bb7c6/icons/kubernetes-cli.png" width="48" height="48"/> [kubernetes-cli](https://chocolatey.org/packages/kubernetes-cli)

## Production-Grade Container Orchestration
### Automated container deployment, scaling, and management
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"1.5": "1.5.8",
"1.6": "1.6.13",
"1.7": "1.7.12",
"1.8": "1.8.7",
"1.8": "1.8.8",
"1.9": "1.9.1"
}
47 changes: 43 additions & 4 deletions automatic/kubernetes-cli/kubernetes-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-cli</id>
<version>1.8.7</version>
<version>1.8.8</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
<authors>Google</authors>
<projectUrl>https://kubernetes.io</projectUrl>
<iconUrl>http://cdn.rawgit.com/abejenaru/chocolatey-packages/16e4ddf69bd7dfc07597b7b3aaa7d8372eeec7fb/icons/kubernetes.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/5a8c40781821bbd2746754b7ce723938090bb7c6/icons/kubernetes-cli.png</iconUrl>
<copyright>(c) 2017 Kubernetes</copyright>
<licenseUrl>https://github.com/kubernetes/kubernetes/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -18,8 +18,47 @@
<bugTrackerUrl>https://github.com/kubernetes/kubernetes/issues</bugTrackerUrl>
<tags>kubernetes kubectl docker rkt containers devops cli foss</tags>
<summary>Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.</summary>
<description><![CDATA[Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.
Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale using a system called Borg, combined with best-of-breed ideas and practices from the community.
<description><![CDATA[## Production-Grade Container Orchestration
### Automated container deployment, scaling, and management
Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications. It groups containers that make up an application into logical units for easy management and discovery.
Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community.
#### Planet Scale
Designed on the same principles that allows Google to run billions of containers a week, Kubernetes can scale without increasing your ops team.
#### Never Outgrow
Whether testing locally or running a global enterprise, Kubernetes flexibility grows with you to deliver your applications consistently and easily no matter how complex your need is.
#### Run Anywhere
Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you.
### Features
#### Automatic binpacking
Automatically places containers based on their resource requirements and other constraints, while not sacrificing availability. Mix critical and best-effort workloads in order to drive up utilization and save even more resources.
#### Self-healing
Restarts containers that fail, replaces and reschedules containers when nodes die, kills containers that don't respond to your user-defined health check, and doesn't advertise them to clients until they are ready to serve.
#### Horizontal scaling
Scale your application up and down with a simple command, with a UI, or automatically based on CPU usage.
#### Service discovery and load balancing
No need to modify your application to use an unfamiliar service discovery mechanism. Kubernetes gives containers their own IP addresses and a single DNS name for a set of containers, and can load-balance across them.
#### Automated rollouts and rollbacks
Kubernetes progressively rolls out changes to your application or its configuration, while monitoring application health to ensure it doesn't kill all your instances at the same time. If something goes wrong, Kubernetes will rollback the change for you. Take advantage of a growing ecosystem of deployment solutions.
#### Secret and configuration management
Deploy and update secrets and application configuration without rebuilding your image and without exposing secrets in your stack configuration.
#### Storage orchestration
Automatically mount the storage system of your choice, whether from local storage, a public cloud provider such as GCP or AWS, or a network storage system such as NFS, iSCSI, Gluster, Ceph, Cinder, or Flocker.
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md</releaseNotes>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/kubernetes/kubernetes/releases/tag/v1.8.7>
location on <https://github.com/kubernetes/kubernetes/releases/tag/v1.8.8>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.8.7/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.8.7/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.8.8/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.8.8/kubernetes-client-windows-amd64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 1c7718117647e0940e007e1383b20ca438068fc74e42eb017529c6e7ec0c5bfa
checksum64: a962223bd349b58f85e86b91d559a3a55ffa48c17322ccc3cf35cf215b5f8633
checksum32: 4076DF765481C3EA4A90ACCB217E32253830AE51AA6D82082C99E763F336FD85
checksum64: D173D230F57E37DCD181027AA2940926BB14FBD0992DF84077D09F0ECDEB4252

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>

0 comments on commit 0c3c133

Please sign in to comment.