Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
radiant-cluster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
kubernetes
radiant-cluster
Commits
25a9d9e8
Commit
25a9d9e8
authored
1 year ago
by
Rob Kooper
Browse files
Options
Downloads
Patches
Plain Diff
removed nodeport in securitygroup
parent
edef3cf8
No related branches found
Branches containing commit
Tags
v2.2.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
terraform/modules/rke1/security_group.tf
+0
-13
0 additions, 13 deletions
terraform/modules/rke1/security_group.tf
with
5 additions
and
13 deletions
CHANGELOG.md
+
5
−
0
View file @
25a9d9e8
...
...
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/
)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/
)
.
## 2.2.0 - 2023-08-07
### Removed
-
removed nodeports in securitygroup
## 2.1.1 - 2023-08-03
### Changed
...
...
This diff is collapsed.
Click to expand it.
terraform/modules/rke1/security_group.tf
+
0
−
13
View file @
25a9d9e8
...
...
@@ -86,19 +86,6 @@ resource "openstack_networking_secgroup_rule_v2" "ingress_kubeapi" {
depends_on
=
[
openstack_networking_secgroup_v2
.
cluster_security_group
]
}
# Ingress IPv4 TCP 30000 - 32767 0.0.0.0/0 - nodeport
# DEPRECATED
resource
"openstack_networking_secgroup_rule_v2"
"ingress_nodeport"
{
description
=
"nodeport"
direction
=
"ingress"
ethertype
=
"IPv4"
protocol
=
"tcp"
port_range_min
=
30000
port_range_max
=
32767
security_group_id
=
openstack_networking_secgroup_v2
.
cluster_security_group
.
id
depends_on
=
[
openstack_networking_secgroup_v2
.
cluster_security_group
]
}
resource
"openstack_networking_secgroup_rule_v2"
"same_security_group_ingress_tcp"
{
direction
=
"ingress"
ethertype
=
"IPv4"
...
...
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