Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8074815f21 | ||
|
|
c1e03804ed | ||
|
|
a2c6038f30 | ||
|
|
66e380f7a4 | ||
|
|
70abf5ec8c | ||
|
|
91dd914e80 | ||
|
|
df71c9b695 | ||
|
|
9408183183 | ||
|
|
1ad47684a3 | ||
|
|
dcb5041930 | ||
|
|
a2d33371df | ||
|
|
98c4546e08 | ||
|
|
799f0d480d | ||
|
|
9b30354844 |
1 changed files with 46 additions and 0 deletions
46
kubernetes.yaml
Normal file
46
kubernetes.yaml
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
---
|
||||||
|
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:
|
||||||
|
- MIT
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: []
|
||||||
|
requires:
|
||||||
|
platform: []
|
||||||
|
references:
|
||||||
|
community: https://github.com/kubernetes/kubernetes
|
||||||
|
documentation: https://github.com/kubernetes/kubernetes
|
||||||
|
tracker: https://github.com/kubernetes/kubernetes
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
rpms:
|
||||||
|
- kubernetes
|
||||||
|
- kubernetes-client
|
||||||
|
- kubernetes-master
|
||||||
|
- kubernetes-node
|
||||||
|
- kubernetes-kubeadm
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- kubernetes
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_ignore_tests 1
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
kubernetes:
|
||||||
|
rationale: Primary module component.
|
||||||
|
ref: 1.10
|
||||||
Loading…
Add table
Add a link
Reference in a new issue