Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conformance: Handling optional features #3997

Open
johnbelamaric opened this issue Aug 13, 2019 · 5 comments
Open

Conformance: Handling optional features #3997

johnbelamaric opened this issue Aug 13, 2019 · 5 comments
Labels
area/conformance Issues or PRs related to kubernetes conformance tests lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture.

Comments

@johnbelamaric
Copy link
Member

johnbelamaric commented Aug 13, 2019

This is an umbrella issue to track various aspects of managing optional features with respect to Kubernetes conformance.

By the current conformance test requirements, only non-optional features are eligible for conformance tests. However, there are many important features of Kubernetes that are either optional or rely upon an optional component to be deployed into order to function. For example:

  • Horizontal pod autoscaling requires the metrics server, an optional component, to be running (Promote pod autoscaling kubernetes#79954).
  • Persistent volumes require some underlying CSI provider (PVC/PV conformance testing discussion kubernetes#65155).
  • ServiceType LoadBalancer requires some form of external load balancer integration.
  • RBAC is an optional feature. Additionally, some features may only be available based upon specific roles (e.g., clusterAdmin).
  • DNS is technically optional but currently is required for conformance.

To ensure user workload portability, it is critical to validate that when an optional API / feature is available on a cluster, it behaves in a consistent way across providers. Some related efforts that have attempt to solve this in whole or in part include:

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Aug 13, 2019
@johnbelamaric
Copy link
Member Author

/cc @kubernetes/cncf-conformance-wg

@johnbelamaric
Copy link
Member Author

/sig architecture

@k8s-ci-robot k8s-ci-robot added sig/architecture Categorizes an issue or PR as relevant to SIG Architecture. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Aug 13, 2019
@johnbelamaric
Copy link
Member Author

/area conformance

@k8s-ci-robot k8s-ci-robot added the area/conformance Issues or PRs related to kubernetes conformance tests label Aug 13, 2019
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 11, 2019
@johnbelamaric
Copy link
Member Author

/remove-lifecycle stale
/lifecycle frozen

@k8s-ci-robot k8s-ci-robot added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Nov 11, 2019
@spiffxp spiffxp added this to To Triage in conformance-definition via automation Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/conformance Issues or PRs related to kubernetes conformance tests lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture.
Projects
conformance-definition
  
Issues To Triage
Development

No branches or pull requests

3 participants