-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from odidev/kubernetes
Update kubernetes file
- Loading branch information
Showing
1 changed file
with
14 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,27 @@ | ||
--- | ||
name: Kubernetes | ||
category: Containers and Orchestration | ||
description: Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications | ||
description: Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. | ||
download_url: https://kubernetes.io/releases/download/ | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 1.26 | ||
release_date: 09/12/2022 | ||
|
||
version_number: 1.5.0 | ||
release_date: 13/12/2016 | ||
|
||
optional_info: | ||
homepage_url: https://kubernetes.io/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://kubernetes.io/docs/tutorials/kubernetes-basics/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: https://learn.arm.com/install-guides/kubectl/ | ||
partner_content: https://docs.oracle.com/en/learn/arm_oke_cluster_oci/index.html | ||
official_docs: https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ | ||
arm_recommended_minimum_version: | ||
version_number: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: | ||
|
||
--- | ||
release_notes__supported_minimum: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.5.md#downloads-for-v150 | ||
release_notes__recommended_minimum: | ||
other_info: No ARM64 specific realease notes available but the first binary for ARM64 was released from v1.5.0. Releases are officially supported up to 1 year post-release. | ||
--- |