Skip to content

Commit

Permalink
Merge pull request hashicorp#589 from hashicorp/monorepo
Browse files Browse the repository at this point in the history
Merge consul-helm into consul-k8s
  • Loading branch information
ndhanushkodi authored Aug 6, 2021
2 parents b986ce9 + 37268a9 commit 3766877
Show file tree
Hide file tree
Showing 612 changed files with 45,154 additions and 290 deletions.
816 changes: 771 additions & 45 deletions .circleci/config.yml

Large diffs are not rendered by default.

39 changes: 33 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug Report
about: You're experiencing an issue with the consul-k8s binary that is different than the documented behavior.
about: You're experiencing an issue with the Consul Helm chart that is different than the documented behavior.
labels: bug

---
Expand All @@ -25,22 +25,44 @@ labels: bug

### Reproduction Steps

<!--- In order to effectively and quickly resolve the issue, please provide exact steps that allow us the reproduce the problem. If no steps are provided, then it will likely take longer to get the issue resolved. --->
<!---
In order to effectively and quickly resolve the issue, please provide exact steps that allow us the reproduce the problem. If no steps are provided, then it will likely take longer to get the issue resolved. An example that you can follow is provided below.
Steps to reproduce this issue, eg:
1. When running helm install with the following `values.yml`:
```
global:
domain: consul
datacenter: dc1
server:
replicas: 1
bootstrapExpect: 1
connectInject:
enabled: true
controller:
enabled: true
```
1. View error
--->

### Logs

<!---
Provide log files from consul-k8s or other components.
Provide log files from Consul Kubernetes components by providing output from `kubectl logs` from the pod and container that is surfacing the issue.
<details>
<summary>consul-k8s logs</summary>
<summary>Logs</summary>
```
output from 'kubectl logs' in consul-k8s and/or other relevant components
output from 'kubectl logs' in relevant components
```
</details>
--->

### Expected behavior
Expand All @@ -56,10 +78,15 @@ If not already included, please provide the following:
- `consul-helm` version:
- `values.yaml` used to deploy the helm chart:
Any other information you can provide about the environment/deployment.
Additionally, please provide details regarding the Kubernetes Infrastructure, as shown below:
- Kubernetes version: v1.22.x
- Cloud Provider (If self-hosted, the Kubernetes provider utilized): EKS, AKS, GKE, OpenShift (and version), Rancher (and version), TKGI (and version)
- Networking CNI plugin in use: Calico, Cilium, NSX-T
Any other information you can provide about the environment/deployment.
--->


### Additional Context

<!---
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Consul-Helm GitHub Issues
url: https://github.com/hashicorp/consul-helm/issues
about: Are you submitting an issue or feature enhancement for the Consul helm chart? Please create an issue in the consul-helm repository.
- name: Consul on Kubernetes GitHub Issues
url: https://github.com/hashicorp/consul-k8s/issues
about: Are you submitting an issue or feature enhancement for the consul-k8s binary? Please create an issue in the consul-k8s repository.
- name: Consul on Kubernetes Learn Tutorials
url: https://learn.hashicorp.com/collections/consul/kubernetes
about: Please check out our Learn Tutorials. These hands on tutorials deal with many of the tasks common to using Consul on Kubernetes.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
about: If you have something you think Consul on Kubernetes could improve or add support for.
about: If you have something you think Consul Helm could improve or add support for.
labels: enhancement

---
Expand All @@ -27,7 +27,7 @@ labels: enhancement

#### Use Case(s)

<!--- Use cases where this feature is applicable for Consul on Kubernetes (i.e. type of application, type of Consul use case i.e. Service Mesh, Service Disovery) --->
<!--- Use cases where this feature is applicable for Consul on Kubernetes (i.e. type of application, type of Consul use case i.e. Service Mesh, Service Disovery). --->

#### Contributions

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please search the existing issues for relevant questions, and use the reaction f
#### Question

Please provide as many details as you can, including but not limited to
- consul-k8s command you're running
- Helm command you're running
- Any values you've configured
- Your current understanding, and what you're trying to figure out

Expand Down
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ How I expect reviewers to test this PR:


Checklist:
- [ ] Tests added
- [ ] Bats tests added
- [ ] CHANGELOG entry added (*HashiCorp engineers only, community PRs should not add a changelog entry*)

7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.DS_Store
/bin
/pkg
.terraform/
.terraform.tfstate*
terraform.tfstate*
terraform.tfvars
values.dev.yaml
Loading

0 comments on commit 3766877

Please sign in to comment.