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
0ccad8dd
Commit
0ccad8dd
authored
1 year ago
by
Ing. Klára Moravcová
Browse files
Options
Downloads
Patches
Plain Diff
Fix README and source.
parent
35e4c9d3
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
+3
-3
3 additions, 3 deletions
README.md
terraform/main.tf
+1
-1
1 addition, 1 deletion
terraform/main.tf
with
4 additions
and
4 deletions
README.md
+
3
−
3
View file @
0ccad8dd
...
...
@@ -13,15 +13,15 @@ Create openstack application credentials:
```
git clone git@gitlab.ics.muni.cz:cloud/kubernetes/kubernetes-infra-example.git
cd kubernetes-infra-example
cd kubernetes-infra-example
-dev-ost
git submodule update --init
```
If required you may change the values as needed. (like infrastructure name, cluster size (master nodes, worker nodes groups), etc.)
-
`
~/kubernetes-infra-example/
terraform/main.tf`
-
`
cd
terraform/main.tf`
-
Give a path to your public ssh key at:
`ssh_public_key = "~/.ssh/id_rsa.pub"`
```
cd
~/kubernetes-infra-example/
terraform/
cd terraform/
source ~/path/to/credentials.sh
terraform init
terraform apply
...
...
This diff is collapsed.
Click to expand it.
terraform/main.tf
+
1
−
1
View file @
0ccad8dd
module
"kubernetes_infra"
{
# source = "./../../kubernetes-infra-dev-ost"
source
=
"git::https://gitlab.ics.muni.cz/cloud/terraform/modules/kubernetes-infra.git?ref=1.0.0"
source
=
"git::https://gitlab.ics.muni.cz/cloud/terraform/modules/kubernetes-infra
-dev-ost
.git?ref=1.0.0"
# Example of variable override
ssh_public_key
=
"~/.ssh/id_rsa.pub"
...
...
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