File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Expand file tree Collapse file tree 1 file changed +55
-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
+ ** Kubernetes cluster type:**
34
+
35
+ <!-- The type of cluster used for testing/deployment, ex. "vanilla", "OpenShift" -->
36
+
37
+ ` $ Mention java-operator-sdk version from pom.xml file `
38
+
39
+ <!-- Verify pom.xml file and insert the java-operator-sdk version here. -->
40
+
41
+ ` $ java -version `
42
+
43
+ <!-- Insert the output of `java -version` here -->
44
+
45
+ ` $ kubectl version `
46
+
47
+ <!-- Insert the output of `kubectl version` here -->
48
+
49
+ #### Possible Solution
50
+
51
+ <!-- Only if you have suggestions on a fix for the bug -->
52
+
53
+ #### Additional context
54
+
55
+ <!-- Add any other context about the problem here. -->
You can’t perform that action at this time.
0 commit comments