text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: [FEATURE] Update available warning
Body: **Describe the feature you'd like to see added**
Was thinking about adding some kind of way to notify admins that there is an update available. Maybe display something in the console, maybe add a little notice at the footer. Oh yeah, speaking of the footer, it is not cen... | 0easy |
Title: Add HeyGen Integration
Body: Add "Create Avatar Video" block with HeyGen.<br><br>The clear and simple docs are as follows:
[https://docs.heygen.com/reference/create-an-avatar-video-v2](https://docs.heygen.com/reference/create-an-avatar-video-v2)<br><br>Be sure to add a new HeyGen credential to the AutoGPT platf... | 0easy |
Title: ENH: Improvement of `attach_cls_member_docstring` to handle inherited `__doc__`
Body: Currently, the function `attach_cls_member_docstring` retrieves the docstring from `member.__doc__`. This approach, however, fails when the member is inherited from a parent class and the `__doc__` is empty. It is notable that ... | 0easy |
Title: [ENH] Safe arithmetic transforms
Body: What kind of bugs me is that there is no pd.Series.log(), pd.Series.exp(), etc. function that chains the command. To make matters worse, if your Series has zeros, np.log on the Series would return -inf for the zero entries, which screws up any downstream computation --- rai... | 0easy |
Title: 'function' object has no attribute 'parameters' when I start to train the backbone in the 10 epoch
Body: start training backbone.
Traceback (most recent call last):
File "../../tools/train.py", line 322, in <module>
main()
File "../../tools/train.py", line 317, in main
train(train_loader, dist_m... | 0easy |
Title: Simplify deterministic sampling for probabilistic models in production
Body: First of all, thanks for this amazing library! It has made my work a lot easier.
**Is your feature request related to a current problem? Please describe.**
I'm wrapping a probabilistic forecasting model in a FastAPI endpoint for acc... | 0easy |
Title: [Feature]: OpenAI Response API
Body: ### 🚀 The feature, motivation and pitch
I come across this https://platform.openai.com/docs/guides/structured-outputs?api-mode=responses&example=chain-of-thought#streaming wrt to their new Response API, so we probably also want to add support in vLLM.
### Alternatives
_No... | 0easy |
Title: AttributeError: dlsym(0x3c0c283b0, objc_msgSendSuper_stret): symbol not found
Body: ### Describe the bug
After upgrading Open Interpreter to version 0.2.0 New Computer and trying to run it I got this error:
```bash
~ $ interpreter --os
Traceback (most recent call last):
File "/Users/a.negelya/miniconda/... | 0easy |
Title: drop session_key compression
Body: Until Django.1.9, the username was restricted to 30 characters. For anonymous users, django-SHOP uses the session_key as a unique identifier. This required to encode the session_key of length 32 to a shorter variant, using base64 encoding.
In Django-1.10 the length of the us... | 0easy |
Title: ENH: Reorganize the output of the log
Body: The current log output is excessive and contains some redundant and invalid information for DEBUG level, which needs to be reorganized to make the log more concise and efficient.
| 0easy |
Title: add inline examples to PythonCallable
Body: https://docs.ploomber.io/en/latest/api/_modules/tasks/ploomber.tasks.PythonCallable.html#ploomber.tasks.PythonCallable
* simple example with a couple of tasks and a few variations (one product, many products)
* link to other relevant sections in the docs and other ... | 0easy |
Title: [BUG] Error: Frame was detached
Body: **SYSTEM INFO-**
1. Patchright- 1.48.0.post0
2. OS- Windows 11
3. Browser- Chromium
I have been working on Instagram data scraper bot, switched to patchright from playwright given it's promising undetection features. The bot's playwright scraping code has been teste... | 0easy |
Title: Good First Issue >> Renko
Body: **Which version are you running? The lastest version is Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
```
**Upgrade.**
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
```
**Is your feature request related to ... | 0easy |
Title: Support `ETag` for static files
Body: Render the `ETag` header when serving static files. We are already performing `.stat()` on the open file handle, so we should have the required data in order to build an ETag. We could use [the same algorithm](https://serverfault.com/questions/690341/algorithm-behind-nginx-e... | 0easy |
Title: Profiler Options Documentation improvement of intra-documentation links
Body: **Please provide the issue you face regarding the documentation**
The hyperlink in the below sentence in the `[Profiler options]`(https://capitalone.github.io/DataProfiler/docs/0.8.1/html/profiler_example.html#Profiler-options) sectio... | 0easy |
Title: Add warning for repeated validation and stacking using together
Body: Repeated validation and stacking used together produce a data leak. When used together we should warn the user. | 0easy |
Title: Feature: CLI publish command
Body: User should be able to publish a test message right from the command line smth like this
```bash
faststream publish main:app message topic
```
Probably, all arguments after `main:app` can be interpreted as `broker.publish(*args)` and all `--topic=topicname` options can ... | 0easy |
Title: Getting disabled Socket Mode tests back in CI builds
Body: As a few Socket Mode related tests started failing only in the GitHub Actions environment, I've disabled them by this commit: https://github.com/slackapi/python-slack-sdk/commit/75b554a5e9c746641aa1805fce0584e0577f378b
We would like to get the tests b... | 0easy |
Title: Raise test coverage above 90% for giotto/diagrams/_utils.py
Body: Current test coverage from pytest is 86% | 0easy |
Title: Remove "run_id" and "delete_existing" options: instead move old memory/workspace folder to "archive" by default
Body: The first step in the main file would be to check for memory folder and workspace, if they exist create a new folder in "archive" e.g. with the name "currentdate_currenttime", and move everything... | 0easy |
Title: Scheduler cache.GetNodeInfo should return IsNotFound error if applicable
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it pri... | 0easy |
Title: Azure File Premium Persistent Volume fails due to HTTP 400 error
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately v... | 0easy |
Title: Many links in API documentation broken
Body: **What happened**:
There are many spots in API comments that are broken (pointing to https://git.k8s.io/community/contributors/devel/api-conventions.md). One example is here: https://github.com/kubernetes/api/blob/master/core/v1/types.go#L3491, a quick search for tha... | 0easy |
Title: Port parsing can overflow (TOB-K8S-015: Overflows when using strconv.Atoi and downcasting the result)
Body: This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
The str... | 0easy |
Title: TOB-K8S-004: Pervasive world-accessible file permissions
Body: This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes uses files and directories to store infor... | 0easy |
Title: Different Webhook with same name have same label-value in metric webhook_admission_duration_seconds
Body: **What happened**:
Different Webhook with same name have same label-value in metric `webhook_admission_duration_seconds`. For now, we can add two or more Webhooks using the same name. Webhooks with same n... | 0easy |
Title: kube-proxy depricated flags are misorganized
Body: kube-proxy contains a comment that "all flags below are deprecated", but many non-deprecated flags are in that comment block.
https://github.com/kubernetes/kubernetes/blob/48848731605845c129945f1de146507ca2e5d8cb/cmd/kube-proxy/app/server.go#L149
Please mi... | 0easy |
Title: Add-On manager should not be creating kube-system namespace
Body: **What happened**:
Add-on manager uses kubectl apply to create the kube-system namespace at start-up.
This is redundant because the kube-apiserver creates the namespace in NewBootstrapController.
This is a problem because if someone uses appl... | 0easy |
Title: 1000s of warnings: FindExpandablePluginBySpec err:no volume plugin matched
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!-->
**What happened**:
In an otherwise-stable bare-me... | 0easy |
Title: Creating selectors is expensive in EndpointsController
Body: When profiling scalability tests at large scale, it appears that the function ``` SelectorFromValidatedSet``` can consume even 10% of cpu.
In the profiles it's coming purely from the GetPodServices in EndpointsController.
The reason for that is for... | 0easy |
Title: Replace kubernetes/pkg/util/strings with k8s.io/utils/tree/master/strings
Body: At some point, the code in https://github.com/kubernetes/kubernetes/tree/master/pkg/util/strings/ was moved to https://github.com/kubernetes/utils/tree/master/strings
However we have not started using the code in the kubernetes/ut... | 0easy |
Title: Replace kubernetes/pkg/util/keymutex with k8s.io/utils/tree/master/keymutex
Body: At some point, the code in https://github.com/kubernetes/kubernetes/tree/master/pkg/util/keymutex/ was moved to https://github.com/kubernetes/utils/tree/master/keymutex
However we have not started using the code in the kubernet... | 0easy |
Title: Replace kubernetes/pkg/util/net/sets with code in k8s.io/utils/net/
Body: At some point, the code in https://github.com/kubernetes/kubernetes/tree/master/pkg/util/net/ (net.go and ipnet.go) was moved to https://github.com/kubernetes/utils/tree/master/net
However we have not started using the code in the kuber... | 0easy |
Title: kube-proxy: ipv4/ipv6 mix crashes: KUBE-MARK-DROP':No such file or directory
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!-->
Hi there,
I'm not entirely sure if this is a bu... | 0easy |
Title: Need NodePort test for mixed-OS clusters
Body: We need a test case that will verify that NodePort works on all nodes in the cluster for a Windows application.
Here's an example manual test:
Run `kubectl create -f` with this yaml
```yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: iis-2019... | 0easy |
Title: `failed to garbage collect required amount of images. Wanted to free 473842483 bytes, but freed 0 bytes`
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!-->
**What happened**: I... | 0easy |
Title: change service port with aws nlb ,old security group rules not deleted
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!-->
**What happened**:
I deployed a cluster on aws and cr... | 0easy |
Title: API docs for job status should clearly explain what fields indicate success or failure
Body: The API docs for jobs are unclear as to what fields a caller would use to determine job success or failure in 1.11 (and we haven't updated them in a while)
```
status:
conditions:
- lastProbeTime: 2018-09... | 0easy |
Title: HPA metrics client assumes all resources are namespaced
Body: /kind bug
The HPA controller's metrics client currently assumes all objects referenced in the `Object` metrics type are namespaced (unless it's namespaces themselves). This is wrong -- we should be using a RESTMapper to figure out the scope.
Wh... | 0easy |
Title: kube-proxy: node-port ipv6 port open on v4 cluster
Body: /kind bug
**What happened**:
When creating a node port application (in this case the example guestbook) on a host server that is dual stacked and has AAAA and A DNS entries, the node port on the v6 address is open to kube-proxy and hangs.
**Wh... | 0easy |
Title: Literal "$Format" in API server logs
Body: /kind bug
**What happened**:
I see the literal string "(dollar_sign)Format" in the API server logs:
```
I1101 07:05:53.364424 7 wrap.go:42] GET /api/v1/namespaces/kube-system/services/default-http-backend: (1.73008ms) 404 [[glbc/v0.0.0 (linux/amd64) kube... | 0easy |
Title: Move selector immutability check to validation after v1beta1 retires
Body: The check for selector immutability is located at `PrepareForUpdate` functions of `deploymentStrategy`, `rsStrategy` and `daemonSetStrategy`. We are not able to have the check at validation before _v1beta1_ API version retires due to brea... | 0easy |
Title: Sign error in comment on resource.ScaledValue
Body: <!-- This form is for bug reports and feature requests ONLY!
If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/... | 0easy |
Title: Kubelet does not assign node address on expanded ipv6 address
Body: ### What happened?
In AWS EKS a issue was discovered in ipv6 only clusters. When nodes with expanded ipv6 address are created `2600:1f14:1d4:d101:0:0:0:ba3d` the string comparison [here](https://github.com/kubernetes/kubernetes/blob/master/pkg/... | 0easy |
Title: v1.Time Stringer implementation does not protect against nil-pointer dereference
Body: ### What happened?
The `v1.Time` struct implements the `Stringer` interface because the embedded type (`time.Time`) does. This is fine in production environments, even when the `*v1.Time` pointer is `nil` because of the [ca... | 0easy |
Title: pkg/proxy/ipvs/README.md says `kube init` but means `kubeadm init`
Body: https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/README.md#cluster-created-by-kubeadm says:
> before running
> `kube init --config <path_to_configuration_file>`
> to specify the ipvs mode before deploying the cluster... | 0easy |
Title: apiserver/pkg/storage/interfaces.go contains unintended HTML tags
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately ... | 0easy |
Title: imagePullSecrets should log warning if secret does not exist
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via h... | 0easy |
Title: Add non-serialized metrics tests for Windows
Body: #### What happened:
- Lets put a metrics CI job in place that isnt `Serial`.
- Investigate our test coverage of metrics-server
- See why our CI jobs dont test metrics-server
- Confirm that we are doing enough in `kubelet_stats`
#### What you expected to... | 0easy |
Title: Log attempts to output resp.Body
Body: #### What happened:
Log messages like `body of failing http response: &{0x531900 0xc0010d2780 0x775180}` are not very informative.
/sig cloud-provider
#### What you expected to happen:
Either actual response body or none of it if this is a security concern.
... | 0easy |
Title: Operationexecutor log format problem
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/sec... | 0easy |
Title: (cleanup) Make the netpol/ model.go model stateful
Body: #### What happened
In https://github.com/kubernetes/kubernetes/pull/102354#discussion_r651517900 @aojea brought up the fact that to get Service IPs we currently need to make an API call, i suppose that is suboptimal .
## in a nutshell...
- We *... | 0easy |
Title: Pods with Shutdown status confuse users of graceful node shutdown feature
Body: #### What happened:
When using Graceful Node Shutdown feature, status and reason of "shutdown" pod are confusing for users. See https://github.com/kubernetes/website/pull/28235/ where I attempt to address this confusion by docume... | 0easy |
Title: Endpoint slice mirroring controller mirrors kubectl kubectl.kubernetes.io/last-applied-configuration
Body: #### What happened:
If I modify a custom endpoint, the kubectl kubectl.kubernetes.io/last-applied-configuration annotation is mirrored to the generated endpoint slice
#### What you expected to happen... | 0easy |
Title: Get rid of duplicate set of metrics for watch counts
Body: Just noticed that we have redundant metrics for watch counts like:
```
# HELP apiserver_longrunning_gauge [ALPHA] Gauge of all active long-running apiserver requests broken out by verb, group, version, resource, scope and component. Not all requests ... | 0easy |
Title: HPA desired replicas not respecting minReplicas when set to 1
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via ... | 0easy |
Title: minor netpol test improvements
Body: #### What happened:
In addition to #102286 , this is another good getting started issue for someone interested in learning more about networkpolicy testing in the k8s netpol/ package
- `probeConnectivity` is a little bit long. lets make its args into a struct somehow
... | 0easy |
Title: Server logs flooded with Skipping invalid IP
Body: Originally post on project https://github.com/k3s-io/k3s/issues/3255
<!-- Thanks for helping us to improve K3S! We welcome all bug reports. Please fill out each area of the template so we can better help you. Comments like this will be hidden when you post bu... | 0easy |
Title: kubelet SyncLoop hangs on "os.Stat" forever if there is an unresponsive NFS volume
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please discl... | 0easy |
Title: Misnamed feature gate in API server help
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io... | 0easy |
Title: CRD structural schema validation doesn't allow having description on openAPIV3Schema.properties[metadata]
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is securit... | 0easy |
Title: Ensure all external API types have descriptions
Body: Working on this issue will teach you about:
- codebase structure for APIs and testing scripts
- how API types are written for various k8s objects like deployments, pods, etc
- the `hack/verify-*` script pattern that's consistently used across k8s
### Ba... | 0easy |
Title: Switch to new location and version for cfssl and cfssljson (cfssl and cfssljson installed via ./hack/local-cluster-up.sh broken)
Body: Looks like the hardcoded URL - `https://pkg.cfssl.org/R1.2/cfssl_linux-amd64` is not working anymore and returns:
```
<html>
<head><title>522 Origin Connection Time-out</tit... | 0easy |
Title: windows kube-proxy: fall back to node-local terminating endpoints for external traffic
Body: Windows analog for #96371
kube-proxy Should fallback to terminating endpoints `iff`:
* externalTrafficPolicy: Local
* traffic is from an external source
* there are no ready and not terminating endpoints on the no... | 0easy |
Title: cheking UID's in windows, follow on (quick pr)
Body: **What happened**:
follow on to https://github.com/kubernetes/kubernetes/pull/96172
Need to comment and avoid checking UID on windows. requires some research into what we **should** be checking so that we can add appropriate TODO.
**What you expected... | 0easy |
Title: Fixup bugs in the upstream OpenAPI spec
Body: The folks maintaining the Rust Kubernetes API client have noted some discrepencies in our spec. Details are here:
- https://github.com/Arnavion/k8s-openapi#works-around-bugs-in-the-upstream-openapi-spec
- https://github.com/Arnavion/k8s-openapi/blob/master/k8s-op... | 0easy |
Title: core v1 Event API needs improvement?
Body: **What happened**:
```yaml
apiVersion: v1
kind: Event
```
When creating the above resource (for testing), I'm getting this:
```
error: error validating "event-v1.yaml": error validating data: [ValidationError(Event): missing required field "metadata" in io.... | 0easy |
Title: client-go prints a klog warning by default in library code which is not allowed
Body: **What happened**:
A code change was merged that used `klog.Warningf` in library code by default (`NewDefaultClientLoadingRules` changed in a way that impacted all code in the world which uses that default, which is pretty c... | 0easy |
Title: Analytics link not working in main README.md
Body: The analytics link https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/README.md?pixel embedded in [README.md](https://github.com/kubernetes/kubernetes/blob/master/README.md) is not working now.
If you open https://github.com/kubernetes/kubernetes, scro... | 0easy |
Title: kubectl --local is not quite local across all the commands
Body: This situation was discovered when I wanted to remove deprecated functionality in https://github.com/kubernetes/kubernetes/pull/90243. Unfortunately, due to how we are constructing client in almost every kubectl command this removal ended up with t... | 0easy |
Title: fix staticcheck failures
Body: Many of our packages are failing [staticcheck], we should fix all of them. See previously https://github.com/kubernetes/kubernetes/issues/36858 https://github.com/kubernetes/kubernetes/issues/90208 https://github.com/kubernetes/kubernetes/issues/81657
/help
To fix these, take... | 0easy |
Title: Missing defaults and clarifying info for kube-controller-manager
Body: **What happened**:
In the KCM we're missing output about a few defaults, and probably a few of the options could use some clarity around `--allocate-node-cidrs` , `--cloud-controller-manager`, and i believe several other options have no `D... | 0easy |
Title: API-server repair considers ports with same port number but different protocols as same
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please ... | 0easy |
Title: EnvVarSource doc was wrong
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
--... | 0easy |
Title: Fix staticcheck failures
Body: from: https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/90183/pull-kubernetes-verify/1250761092716564483
```
Errors from staticcheck:
cmd/kubeadm/app/preflight/checks.go:806:12: possible nil pointer dereference (SA5011)
cmd/kubeadm/app/preflight/checks.go:808:7: this... | 0easy |
Title: ESIPP [Slow] should handle updates to ExternalTrafficPolicy field is failing in 5k-node tests
Body: Example failure:
https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-correctness/1248219443285200896
Stacktrace:
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/ku... | 0easy |
Title: Human readable duration formats exact year inconsistently
Body: **What happened**:
When the duration is **exactly** 2 years or 3 years, human readable duration is returned as `2y0d` or `3y0d`. But when the duration is exactly 4 years, 5 years, etc, the human readable duration is returned as `4y`, `5y`, etc.
... | 0easy |
Title: IntStr GetValueFromIntOrPercent assumes all strings are percentages
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privatel... | 0easy |
Title: Missing validation for HPA annotation
Body: Recently, I tried to create an HPA object with an empty value for the `autoscaling.alpha.kubernetes.io/conditions` annotation and even though the response from apiserver is a 500, the object itself still got created (I verified this by querying for the key from the etc... | 0easy |
Title: It's impossible to restart master in private clusters created via kube-up (provider GCE)
Body: If you create a private cluster via kube-up using provider GCE, you won't be able to restart your master nodes.
If you restart you master, the nodes won't be able to connect to your master.
This is due to this line... | 0easy |
Title: Security contacts for component-base not specified or out of date
Body:
The purpose of the `SECURITY_CONTACTS` file for each Kubernetes repository is to provide a list of people who can assist the Kubernetes [Product Security Committe](https://github.com/kubernetes/community/tree/master/committee-product-securi... | 0easy |
Title: Security contacts for cluster-bootstrap not specified or out of date
Body:
The purpose of the `SECURITY_CONTACTS` file for each Kubernetes repository is to provide a list of people who can assist the Kubernetes [Product Security Committe](https://github.com/kubernetes/community/tree/master/committee-product-sec... | 0easy |
Title: Refactor preparePVCDataSourceForProvisioning to support BlockVolume tests in multivolume.go
Body: <!-- Feature requests are unlikely to make progress as an issue.
Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists.
A proposal that works through the design along with the i... | 0easy |
Title: Add test coverage for SelfSubjectRulesReview and node authorizer
Body: An integration test should be added to confirm that the node authorizer interacts correctly with the `SelfSubjectRulesReview` API.
Test the 4 permutations of node authorizer=on/off with identity isNode=true/false.
xref: #90975 #91030 | 0easy |
Title: test/soak/cauldron uses Docker Hub to push/pull image
Body: We've deleted all repos from Docker Hub and will be retiring the org/user (ref: https://github.com/kubernetes/k8s.io/issues/237)
Apparently the `kubernetes/cauldron` repo is referenced for docker push and pull in https://github.com/kubernetes/kuberne... | 0easy |
Title: Add an impersonation test case to the audit E2E test
Body: We don't currently have any test coverage of impersonation for audit logging. I think the audit e2e test (https://github.com/kubernetes/kubernetes/blob/master/test/e2e/auth/audit.go) would be a good place to do so.
/area audit
/area test
/sig auth
... | 0easy |
Title: destroy the "Expect(err).NotTo(HaveOccurred())" anti-pattern in e2e tests
Body: I'm getting tired of seeing flake issues like https://github.com/kubernetes/kubernetes/issues/33647 where every single failure is of the form
```
Expected error:
<*errors.errorString | 0xc820412c10>: {
s: "timed out wait... | 0easy |
Title: Cleanup: kube-proxy internal naming
Body: We have sort of a mish-mash of "service" and "servicePort" and similar.
We should think about changing ALL of the places that actually relate to a service-port (a specific port of a service, not the whole service) and rename them to some new term that means "service p... | 0easy |
Title: Cleanup: pkg/util/ipset
Body: As exposed in https://github.com/kubernetes/kubernetes/pull/108351 the validate logic should probably return an `error` and the test should compare the error string with a known value - to prove that it failed for the right reasons.
Additionally the test could uset `t.Run()` to ... | 0easy |
Title: Failed to run the pod with duplicate persistent volumes
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https:... | 0easy |
Title: build/README.md suggests using outdated docker-machine
Body: <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The Docker Machine project is currently in maintenance mode (https://github.com/docker/machine/issues/4537) and there are different wa... | 0easy |
Title: imagePullPolicy when defined without a value defaults to Always not to IfNotPresent
Body: <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The documentation suggests that "The default pull policy is IfNotPresent"
This is not the case when ima... | 0easy |
Title: Incomplete list of operations for admission webhook
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://ku... | 0easy |
Title: Update docs to indicate that API values of []byte are always base64-encoded
Body: <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Extend the docs the clarify that various places there the API expects `[]byte` that this is base64 encoded
**Why... | 0easy |
Title: master/staging/README.md is out of date
Body: List of directories in:
https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io
does not match the list here:
https://github.com/kubernetes/kubernetes/tree/master/staging
/good-first-issue | 0easy |
Title: update doc.go in staging/ repositories
Body: - Look at one of the directories under staging/src/k8s.io/ (Please don't pick more than one directory for one PR as it will cause issues for reviewers)
- Find all the files named `doc.go` (example find staging/src/k8s.io/client-go/ -name doc.go)
- See the following ... | 0easy |
Title: Lack of documentation for ImagePullBackOff timing
Body: Hello,
I might have missed it, but I am unable to find documentation about ImagePullBackOff timing.
Specifically: how long does it take for a retry to take place after ImagePullBackOff error occured?
Is this something that can be configured? In the... | 0easy |
Title: kubectl --v= is underdocumented
Body: _(Comes from user)_
The most important thing for cloud support is insight, logs, verbosity. The description of the `--v` argument reads:
`--v=0: log level for V logs`
- What are the different log levels?
- What level is most useful to see all API calls?
- What is "V"?
- Wha... | 0easy |
Title: Feature gate SupportIPVSProxyMode is GA - when does it get removed?
Body: When should it be removed?
@rikatz
/sig network
/kind cleanup | 0easy |
Title: replace Expect.Equal(someBoolean, ...)
Body: ### What would you like to be added?
The `test/e2e` tests are full of assertions which compare a boolean against true or false, often without any additional explanation. When those assertions fail, the error message is useless for understanding what went wrong, bas... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.