Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KubeFed
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
CSD
public
KubeFed
Commits
4b0f24c0
Commit
4b0f24c0
authored
4 years ago
by
Marco Lorini
Browse files
Options
Downloads
Patches
Plain Diff
2020-11-3 ML: change externalDNS namespace
parent
e6f7281f
No related branches found
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
externalDNS/externaldns.yaml
+2
-2
2 additions, 2 deletions
externalDNS/externaldns.yaml
externalDNS/rbac_externaldns.yaml
+4
-4
4 additions, 4 deletions
externalDNS/rbac_externaldns.yaml
with
6 additions
and
6 deletions
externalDNS/externaldns.yaml
+
2
−
2
View file @
4b0f24c0
...
@@ -3,7 +3,7 @@ apiVersion: apps/v1
...
@@ -3,7 +3,7 @@ apiVersion: apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
external-dns
name
:
external-dns
namespace
:
fed-namespace
namespace
:
external-dns
spec
:
spec
:
strategy
:
strategy
:
type
:
Recreate
type
:
Recreate
...
@@ -30,4 +30,4 @@ spec:
...
@@ -30,4 +30,4 @@ spec:
-
--registry=txt
-
--registry=txt
-
--txt-prefix=cname
-
--txt-prefix=cname
-
--domain-filter=<domain>
# will make ExternalDNS see only the zones matching provided domain; omit to process all available zones in PowerDNS
-
--domain-filter=<domain>
# will make ExternalDNS see only the zones matching provided domain; omit to process all available zones in PowerDNS
-
--policy=upsert-only
# would prevent ExternalDNS from deleting any records, omit to enable full synchronization
#
- --policy=upsert-only # would prevent ExternalDNS from deleting any records, omit to enable full synchronization
This diff is collapsed.
Click to expand it.
externalDNS/rbac_externaldns.yaml
+
4
−
4
View file @
4b0f24c0
...
@@ -3,13 +3,13 @@ apiVersion: v1
...
@@ -3,13 +3,13 @@ apiVersion: v1
kind
:
ServiceAccount
kind
:
ServiceAccount
metadata
:
metadata
:
name
:
external-dns
name
:
external-dns
namespace
:
fed-namespace
namespace
:
external-dns
---
---
apiVersion
:
rbac.authorization.k8s.io/v1beta1
apiVersion
:
rbac.authorization.k8s.io/v1beta1
kind
:
ClusterRole
kind
:
ClusterRole
metadata
:
metadata
:
name
:
external-dns
name
:
external-dns
namespace
:
fed-namespace
namespace
:
external-dns
rules
:
rules
:
-
apiGroups
:
[
"
"
]
-
apiGroups
:
[
"
"
]
resources
:
[
"
services"
,
"
endpoints"
,
"
pods"
]
resources
:
[
"
services"
,
"
endpoints"
,
"
pods"
]
...
@@ -28,7 +28,7 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
...
@@ -28,7 +28,7 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
kind
:
ClusterRoleBinding
kind
:
ClusterRoleBinding
metadata
:
metadata
:
name
:
external-dns-viewer
name
:
external-dns-viewer
namespace
:
fed-namespace
namespace
:
external-dns
roleRef
:
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
kind
:
ClusterRole
...
@@ -36,4 +36,4 @@ roleRef:
...
@@ -36,4 +36,4 @@ roleRef:
subjects
:
subjects
:
-
kind
:
ServiceAccount
-
kind
:
ServiceAccount
name
:
external-dns
name
:
external-dns
namespace
:
fed-namespace
namespace
:
external-dns
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