Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
904555b96d | ||
|
|
bad2f9422a | ||
|
|
5ac8050b4c | ||
|
|
7b28ec6433 | ||
|
|
aae903852d | ||
|
|
55ea2a0aca | ||
|
|
d383b3c5c8 | ||
|
|
8074815f21 | ||
|
|
c1e03804ed | ||
|
|
a2c6038f30 | ||
|
|
66e380f7a4 | ||
|
|
70abf5ec8c | ||
|
|
91dd914e80 | ||
|
|
df71c9b695 | ||
|
|
9408183183 | ||
|
|
1ad47684a3 | ||
|
|
dcb5041930 | ||
|
|
a2d33371df | ||
|
|
98c4546e08 | ||
|
|
799f0d480d | ||
|
|
9b30354844 |
3 changed files with 64 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
*.swp
|
||||||
14
README.md
14
README.md
|
|
@ -1,3 +1,15 @@
|
||||||
# kubernetes
|
# kubernetes
|
||||||
|
|
||||||
The kubernetes package
|
The Kubernetes module repository. This module will provide all supported versions of Kubernetes for Fedora. Forthcoming Kubernetes releases will be available once the new release reaches release candidate stage.
|
||||||
|
|
||||||
|
Kubernetes releases are tracked at https://kubernetes.io/releases/ and is the canonical source for upstream lifecycle plans and status. Information on this page may be dated.
|
||||||
|
|
||||||
|
|Supported Kubernetes Version | Planned End of Life |
|
||||||
|
| :--- | ---: |
|
||||||
|
| 1.24 | 2023.07.28 |
|
||||||
|
| 1.23 | 2023.02.28 |
|
||||||
|
| 1.22 | 2022.10.28 |
|
||||||
|
|
||||||
|
Fedora also has specific version(s) of Kubernetes supported for each version of Fedora available as non-modular packages. See https://src.fedoraproject.org/rpms/kubernetes for non-modular package information.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
50
kubernetes.yaml
Normal file
50
kubernetes.yaml
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
summary: Container cluster management
|
||||||
|
description: >-
|
||||||
|
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.
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- ASL 2.0
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: []
|
||||||
|
requires:
|
||||||
|
platform: []
|
||||||
|
references:
|
||||||
|
community: https://github.com/kubernetes/kubernetes
|
||||||
|
documentation: https://kubernetes.io
|
||||||
|
tracker: https://github.com/kubernetes/kubernetes
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
rpms:
|
||||||
|
- kubernetes
|
||||||
|
- kubernetes-client
|
||||||
|
- kubernetes-master
|
||||||
|
- kubernetes-node
|
||||||
|
- kubernetes-kubeadm
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- kubernetes
|
||||||
|
- kubernetes-client
|
||||||
|
- kubernetes-master
|
||||||
|
- kubernetes-node
|
||||||
|
- kubernetes-kubeadm
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_ignore_tests 1
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
kubernetes:
|
||||||
|
rationale: Primary module component.
|
||||||
|
ref: 1.21
|
||||||
Loading…
Add table
Add a link
Reference in a new issue