Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
okd-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marcones Silva
okd-apps
Commits
d5b175c0
Commit
d5b175c0
authored
Dec 08, 2021
by
Marcones Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Execicrio cap 6 certificates-enterprise-ca, arquivo deployment
parent
2ebf57a0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
0 deletions
+33
-0
README.md
README.md
+4
-0
certificates-enterprise-ca/apiserver-cluster.yaml
certificates-enterprise-ca/apiserver-cluster.yaml
+11
-0
certificates-enterprise-ca/ingresscontrollers.yaml
certificates-enterprise-ca/ingresscontrollers.yaml
+11
-0
certificates-enterprise-ca/proxy-cluster.yaml
certificates-enterprise-ca/proxy-cluster.yaml
+7
-0
No files found.
README.md
View file @
d5b175c0
...
@@ -3,3 +3,7 @@
...
@@ -3,3 +3,7 @@
## Material de apoio ao curso Adminsitração OKD II.
## Material de apoio ao curso Adminsitração OKD II.
Cada Branch corresponde a um exercicio pratico.
Cada Branch corresponde a um exercicio pratico.
```
git checkout certificates-enterprise-ca
```
certificates-enterprise-ca/apiserver-cluster.yaml
0 → 100644
View file @
d5b175c0
apiVersion
:
config.openshift.io/v1
kind
:
APIServer
metadata
:
name
:
cluster
spec
:
servingCerts
:
namedCertificates
:
-
names
:
-
<MASTER-API>
servingCertificate
:
name
:
<SECRET-NAME>
certificates-enterprise-ca/ingresscontrollers.yaml
0 → 100644
View file @
d5b175c0
apiVersion
:
operator.openshift.io/v1
kind
:
IngressController
metadata
:
finalizers
:
-
ingresscontroller.operator.openshift.io/finalizer-ingresscontroller
name
:
default
namespace
:
openshift-ingress-operator
spec
:
defaultCertificate
:
name
:
<SECRET-NAME>
replicas
:
2
certificates-enterprise-ca/proxy-cluster.yaml
0 → 100644
View file @
d5b175c0
apiVersion
:
config.openshift.io/v1
kind
:
Proxy
metadata
:
name
:
cluster
spec
:
trustedCA
:
name
:
<CONFIGMAP-NAME>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment