diff --git a/kubernetes.yaml b/kubernetes.yaml new file mode 100644 index 0000000..3195a74 --- /dev/null +++ b/kubernetes.yaml @@ -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