Skip to content

Commit

Permalink
Merge pull request #1087 from damemi/rebase-1.23.0-final
Browse files Browse the repository at this point in the history
Bug 2033751: Kube 1.23.0 rebase
  • Loading branch information
openshift-merge-robot committed Jan 12, 2022
2 parents 6859754 + 20a057a commit 50f645e
Show file tree
Hide file tree
Showing 6,009 changed files with 1,192,467 additions and 402,316 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

107 changes: 107 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
@@ -0,0 +1,107 @@
name: Bug Report
description: Report a bug encountered while operating Kubernetes
labels: kind/bug
body:
- type: textarea
id: problem
attributes:
label: What happened?
description: |
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
If this matter is security related, please disclose it privately via https://kubernetes.io/security
validations:
required: true

- type: textarea
id: expected
attributes:
label: What did you expect to happen?
validations:
required: true

- type: textarea
id: repro
attributes:
label: How can we reproduce it (as minimally and precisely as possible)?
validations:
required: true

- type: textarea
id: additional
attributes:
label: Anything else we need to know?

- type: textarea
id: kubeVersion
attributes:
label: Kubernetes version
value: |
<details>
```console
$ kubectl version
# paste output here
```
</details>
validations:
required: true

- type: textarea
id: cloudProvider
attributes:
label: Cloud provider
value: |
<details>
</details>
validations:
required: true

- type: textarea
id: osVersion
attributes:
label: OS version
value: |
<details>
```console
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
```
</details>
- type: textarea
id: installer
attributes:
label: Install tools
value: |
<details>
</details>
- type: textarea
id: runtime
attributes:
label: Container runtime (CRI) and and version (if applicable)
value: |
<details>
</details>
- type: textarea
id: plugins
attributes:
label: Related plugins (CNI, CSI, ...) and versions (if applicable)
value: |
<details>
</details>
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
@@ -1,4 +1,4 @@
contact_links:
- name: Support Request
url: https://discuss.kubernetes.io
url: https://discuss.kubernetes.io
about: Support request or question relating to Kubernetes
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/enhancement.md

This file was deleted.

21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yaml
@@ -0,0 +1,21 @@
name: Enhancement Tracking Issue
description: Provide supporting details for a feature in development
labels: kind/feature
body:
- type: textarea
id: feature
attributes:
label: What would you like to be added?
description: |
Feature requests are unlikely to make progress as issues. Please consider engaging with SIGs on slack and mailing lists, instead.
A proposal that works through the design along with the implications of the change can be opened as a KEP.
See https://git.k8s.io/enhancements/keps#kubernetes-enhancement-proposals-keps
validations:
required: true

- type: textarea
id: rationale
attributes:
label: Why is this needed?
validations:
required: true
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/failing-test.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/failing-test.yaml
@@ -0,0 +1,48 @@
name: Failing Test
description: Report continuously failing tests or jobs in Kubernetes CI
labels: kind/failing-test
body:
- type: textarea
id: jobs
attributes:
label: Which jobs are failing?
placeholder: |
Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI.
validations:
required: true

- type: textarea
id: tests
attributes:
label: Which tests are failing?
validations:
required: true

- type: textarea
id: since
attributes:
label: Since when has it been failing?
validations:
required: true

- type: input
id: testgrid
attributes:
label: Testgrid link

- type: textarea
id: reason
attributes:
label: Reason for failure (if possible)

- type: textarea
id: additional
attributes:
label: Anything else we need to know?

- type: textarea
id: sigs
attributes:
label: Relevant SIG(s)
description: You can identify the SIG from the "prowjob_config_url" on the testgrid dashboard for a test.
value: /sig
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/flaking-test.md

This file was deleted.

50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/flaking-test.yaml
@@ -0,0 +1,50 @@
name: Flaking Test
description: Report flaky tests or jobs in Kubernetes CI
labels: kind/flake
body:
- type: textarea
id: jobs
attributes:
label: Which jobs are flaking?
description: |
Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI.
Links to go.k8s.io/triage and/or links to specific failures in spyglass are appreciated.
Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance.
validations:
required: true

- type: textarea
id: tests
attributes:
label: Which tests are flaking?
validations:
required: true

- type: textarea
id: since
attributes:
label: Since when has it been flaking?
validations:
required: true

- type: input
id: testgrid
attributes:
label: Testgrid link

- type: textarea
id: reason
attributes:
label: Reason for failure (if possible)

- type: textarea
id: additional
attributes:
label: Anything else we need to know?

- type: textarea
id: sigs
attributes:
label: Relevant SIG(s)
description: You can identify the SIG from the "prowjob_config_url" on the testgrid dashboard for a test.
value: /sig
1 change: 0 additions & 1 deletion .github/OWNERS
Expand Up @@ -4,7 +4,6 @@ reviewers:
- alisondy
- cblecker
- guineveresaenger
- justaugustus
- mrbobbytables
- nikhita
- parispittman
Expand Down
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -16,7 +16,6 @@ Add one of the following kinds:
/kind cleanup
/kind documentation
/kind feature
/kind design
Optionally add one or more of the following kinds if applicable:
/kind api-change
Expand Down
39 changes: 39 additions & 0 deletions .golangci.yaml
@@ -0,0 +1,39 @@
run:
timeout: 30m
skip-files:
- "^zz_generated.*"

issues:
max-same-issues: 0
# Excluding configuration per-path, per-linter, per-text and per-source
exclude-rules:
# exclude ineffassing linter for generated files for conversion
- path: conversion\.go
linters:
- ineffassign

linters:
disable-all: true
enable: # please keep this alphabetized
# Don't use soon to deprecated[1] linters that lead to false
# https://github.com/golangci/golangci-lint/issues/1841
# - deadcode
# - structcheck
# - varcheck
- ineffassign
- staticcheck
- unused

linters-settings: # please keep this alphabetized
staticcheck:
go: "1.17"
checks: [
"all",
"-S1*", # TODO(fix) Omit code simplifications for now.
"-ST1*", # Mostly stylistic, redundant w/ golint
"-SA5011", # TODO(fix) Possible nil pointer dereference
"-SA1019", # TODO(fix) Using a deprecated function, variable, constant or field
"-SA2002" # TODO(fix) Called testing.T.FailNow or SkipNow in a goroutine, which isn’t allowed
]
unused:
go: "1.17"

0 comments on commit 50f645e

Please sign in to comment.