File tree Expand file tree Collapse file tree 3 files changed +152
-0
lines changed Expand file tree Collapse file tree 3 files changed +152
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug Report
3
+ about : If things aren't working as expected.
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ## Bug Report
11
+
12
+ <!--
13
+ Thanks for filing an issue! Before hitting the button, please answer these questions.
14
+ Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
15
+
16
+ Note: Make sure to first check the prerequisites that can be found in the main README.md file!
17
+ -->
18
+
19
+ #### What did you do?
20
+
21
+ <!-- A clear and concise description of the steps you took (or insert a code snippet). -->
22
+
23
+ #### What did you expect to see?
24
+
25
+ <!-- A clear and concise description of what you expected to happen (or insert a code snippet). -->
26
+
27
+ #### What did you see instead? Under which circumstances?
28
+
29
+ <!-- A clear and concise description of what you expected to happen (or insert a code snippet). -->
30
+
31
+ #### Environment
32
+
33
+ ** Operator type:**
34
+
35
+ <!-- Uncomment the following line corresponding to the Java language of the operator type -->
36
+
37
+ <!-- /language java -->
38
+
39
+ ** Kubernetes cluster type:**
40
+
41
+ <!-- The type of cluster used for testing/deployment, ex. "vanilla", "OpenShift" -->
42
+
43
+ ` $ operator-sdk version `
44
+
45
+ <!-- Insert the output of `operator-sdk version` here. -->
46
+
47
+ ` $ java -version ` (if language is Java)
48
+
49
+ <!-- Insert the output of `java -version` here -->
50
+
51
+ ` $ kubectl version `
52
+
53
+ <!-- Insert the output of `kubectl version` here -->
54
+
55
+ #### Possible Solution
56
+
57
+ <!-- Only if you have suggestions on a fix for the bug -->
58
+
59
+ #### Additional context
60
+
61
+ <!-- Add any other context about the problem here. -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature Request
3
+ about : Suggest a feature
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ## Feature Request
11
+
12
+ #### Describe the problem you need a feature to resolve.
13
+
14
+ <!--
15
+ A clear and concise description of what the problem is. Example:
16
+
17
+ I have an issue when ...
18
+ -->
19
+
20
+ #### Describe the solution you'd like.
21
+
22
+ <!-- A clear and concise description of what you want to happen. Add any considered drawbacks. -->
23
+
24
+ <!-- /language java -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Support Question
3
+ about : Any support questions you might have.
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!--
11
+ Thanks for filing an issue! Before hitting the button, please answer these questions.
12
+
13
+ Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
14
+
15
+ We will try our best to answer the question, but we also have a mailing list and slack channel for any other questions.
16
+ -->
17
+
18
+ ## Type of question
19
+
20
+ <!-- Uncomment one or more of the following lines depending on what you are asking about: -->
21
+
22
+ <!-- Best practices -->
23
+ <!-- How to implement a specific feature -->
24
+ <!-- General operator-related help -->
25
+ <!-- Open question -->
26
+
27
+ ## Question
28
+
29
+ #### What did you do?
30
+
31
+ <!-- A clear and concise description of the steps you took (or insert a code snippet). -->
32
+
33
+ #### What did you expect to see?
34
+
35
+ <!-- A clear and concise description of what you expected to happen (or insert a code snippet). -->
36
+
37
+ #### What did you see instead? Under which circumstances?
38
+
39
+ <!-- A clear and concise description of what you expected to happen (or insert a code snippet). -->
40
+
41
+ #### Environment
42
+
43
+ ** Operator type:**
44
+
45
+ <!-- Uncomment the following line corresponding to the Java language of the operator type -->
46
+
47
+ <!-- /language java -->
48
+
49
+ ** Kubernetes cluster type:**
50
+
51
+ <!-- The type of cluster used for testing/deployment, ex. "vanilla", "OpenShift" -->
52
+
53
+ ` $ operator-sdk version `
54
+
55
+ <!-- Insert the output of `operator-sdk version` here. -->
56
+
57
+ ` $ java -version ` (if language is Java)
58
+
59
+ <!-- Insert the output of `go version` here -->
60
+
61
+ ` $ kubectl version `
62
+
63
+ <!-- Insert the output of `kubectl version` here -->
64
+
65
+ #### Additional context
66
+
67
+ <!-- Add any other context about the question here. -->
You can’t perform that action at this time.
0 commit comments