mayadata-io / mayadata-io/d-operators

use case: add experiment(s) to assert kubernetes apiservices

Open
#110 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

e2e good first issue recipe testing use case
Dominant language
Go
Stars
10
Forks
6
PR merge metrics
No merged PRs in 30d

Description

ProblemStatement: As an automation engineer, I want to assert if all kubernetes apiservices are running. In addition, I want to get the errors / issues for those apiservices that are not in running state.

refer: kubectl get apiservices
refer: https://github.com/mayadata-io/oep/issues/220
debug message from a failed apiservice:

failing or missing response from https://10.43.124.28:443/apis/metrics.k8s.io/v1beta1: 
  Get https://10.43.124.28:443/apis/metrics.k8s.io/v1beta1: 
    dial tcp 10.43.124.28:443: connect: no route to host

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the referenced kubectl get apiservices output and the linked mayadata-io/oep issue, then inspect how experiments are organized in d-operators. Done means checking every Kubernetes APIService for a running state and reporting the relevant failure or connectivity error for each one that is not running.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
api, testing-qa
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.