Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kubernetes-infra-example-dev-ost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
kubernetes
kubernetes-infra-example-dev-ost
Commits
3867bcfd
Commit
3867bcfd
authored
1 year ago
by
r0zehnal0vak
Browse files
Options
Downloads
Patches
Plain Diff
nginx ingress controller
parent
1938f0ee
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+9
-0
9 additions, 0 deletions
README.md
ansible/group_vars/k8s_cluster/addons.yml
+3
-3
3 additions, 3 deletions
ansible/group_vars/k8s_cluster/addons.yml
with
12 additions
and
3 deletions
README.md
+
9
−
0
View file @
3867bcfd
...
@@ -58,4 +58,13 @@ ssh -J ubuntu@<bastion_ip_address> ubuntu@<control-node_ip_address>
...
@@ -58,4 +58,13 @@ ssh -J ubuntu@<bastion_ip_address> ubuntu@<control-node_ip_address>
sudo -i
sudo -i
kubectl get nodes
kubectl get nodes
```
```
#### Nginx Ingress Controller
Prerequisites:
</br>
-
helm -
[
install
](
https://helm.sh/docs/intro/install/
)
</br>
```
helm repo add nginx-stable https://helm.nginx.com/stable
helm repo update
helm install nginx-ingress nginx-stable/nginx-ingress --set rbac.create=true
kubectl get service
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ansible/group_vars/k8s_cluster/addons.yml
+
3
−
3
View file @
3867bcfd
...
@@ -12,11 +12,11 @@ metrics_server_enabled: true
...
@@ -12,11 +12,11 @@ metrics_server_enabled: true
# metrics_server_replicas: 1
# metrics_server_replicas: 1
# Nginx ingress controller deployment
# Nginx ingress controller deployment
ingress_nginx_enabled
:
tru
e
ingress_nginx_enabled
:
fals
e
ingress_nginx_host_network
:
true
#
ingress_nginx_host_network: true
# ingress_nginx_service_type: LoadBalancer
# ingress_nginx_service_type: LoadBalancer
# ingress_nginx_host_network: false
# ingress_nginx_host_network: false
ingress_publish_status_address
:
"
"
#
ingress_publish_status_address: ""
# ingress_nginx_nodeselector:
# ingress_nginx_nodeselector:
# kubernetes.io/os: "linux"
# kubernetes.io/os: "linux"
# ingress_nginx_tolerations:
# ingress_nginx_tolerations:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment