Deploy GitHub Pages
This commit is contained in:
parent
e2c1e93055
commit
02cf70e8fc
20 changed files with 67 additions and 67 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<span class=go>Events:</span>
|
||||
<span class=go> FirstSeen LastSeen Count From SubObjectPath Type Reason Message</span>
|
||||
<span class=go> --------- -------- ----- ---- ------------- -------- ------ -------</span>
|
||||
<span class=go> 7s 7s 1 {nginx-ingress-controller } Normal CREATE default/nginx-test</span>
|
||||
<span class=go> 7s 7s 1 {ingress-nginx-controller } Normal CREATE default/nginx-test</span>
|
||||
|
||||
|
||||
<span class=gp>$</span> curl -I http://stickyingress.example.com
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: nginx-ingress-controller
|
||||
name: ingress-nginx-controller
|
||||
labels:
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
|
|
@ -18,14 +18,14 @@ spec:
|
|||
app.kubernetes.io/part-of: ingress-nginx
|
||||
spec:
|
||||
# hostNetwork makes it possible to use ipv6 and to preserve the source IP correctly regardless of docker configuration
|
||||
# however, it is not a hard dependency of the nginx-ingress-controller itself and it may cause issues if port 10254 already is taken on the host
|
||||
# however, it is not a hard dependency of the ingress-nginx-controller itself and it may cause issues if port 10254 already is taken on the host
|
||||
# that said, since hostPort is broken on CNI (https://github.com/kubernetes/kubernetes/issues/31307) we have to use hostNetwork where CNI is used
|
||||
# like with kubeadm
|
||||
# hostNetwork: true
|
||||
terminationGracePeriodSeconds: 60
|
||||
containers:
|
||||
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.33.0
|
||||
name: nginx-ingress-controller
|
||||
- image: k8s.gcr.io/ingress-nginx/controller:v1.0.5
|
||||
name: controller
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
|
@ -54,4 +54,4 @@ spec:
|
|||
fieldPath: metadata.namespace
|
||||
args:
|
||||
- /nginx-ingress-controller
|
||||
- --publish-service=$(POD_NAMESPACE)/nginx-ingress-lb
|
||||
- --publish-service=$(POD_NAMESPACE)/ingress-nginx-lb
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nginx-ingress-lb
|
||||
name: ingress-nginx-lb
|
||||
labels:
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
|
|
@ -18,6 +18,6 @@ spec:
|
|||
name: https
|
||||
targetPort: 443
|
||||
selector:
|
||||
# Selects nginx-ingress-controller pods
|
||||
# Selects ingress-nginx-controller pods
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
|
|
|
|||
|
|
@ -39,10 +39,10 @@
|
|||
<span class=go>Events:</span>
|
||||
<span class=go> FirstSeen LastSeen Count From SubObjectPath Type Reason Message</span>
|
||||
<span class=go> --------- -------- ----- ---- ------------- -------- ------ -------</span>
|
||||
<span class=go> 7s 7s 1 {nginx-ingress-controller } Normal CREATE default/nginx-test</span>
|
||||
<span class=go> 7s 7s 1 {nginx-ingress-controller } Normal UPDATE default/nginx-test</span>
|
||||
<span class=go> 7s 7s 1 {nginx-ingress-controller } Normal CREATE ip: 104.198.183.6</span>
|
||||
<span class=go> 7s 7s 1 {nginx-ingress-controller } Warning MAPPING Ingress rule 'default/nginx-test' contains no path definition. Assuming /</span>
|
||||
<span class=go> 7s 7s 1 {ingress-nginx-controller } Normal CREATE default/nginx-test</span>
|
||||
<span class=go> 7s 7s 1 {ingress-nginx-controller } Normal UPDATE default/nginx-test</span>
|
||||
<span class=go> 7s 7s 1 {ingress-nginx-controller } Normal CREATE ip: 104.198.183.6</span>
|
||||
<span class=go> 7s 7s 1 {ingress-nginx-controller } Warning MAPPING Ingress rule 'default/nginx-test' contains no path definition. Assuming /</span>
|
||||
|
||||
<span class=gp>$</span> curl <span class=m>104</span>.198.183.6 -L
|
||||
<span class=go>curl: (60) SSL certificate problem: self signed certificate</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue