Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
71ca925b
Commit
71ca925b
authored
Apr 27, 2017
by
Nick Sardo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump GLBC version to 0.9.3
parent
e885c77f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
glbc.manifest
cluster/saltbase/salt/l7-gcp/glbc.manifest
+4
-4
No files found.
cluster/saltbase/salt/l7-gcp/glbc.manifest
View file @
71ca925b
apiVersion: v1
apiVersion: v1
kind: Pod
kind: Pod
metadata:
metadata:
name: l7-lb-controller-v0.9.
2
name: l7-lb-controller-v0.9.
3
namespace: kube-system
namespace: kube-system
labels:
labels:
k8s-app: glbc
k8s-app: glbc
version: v0.9.
2
version: v0.9.
3
kubernetes.io/cluster-service: "true"
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "GLBC"
kubernetes.io/name: "GLBC"
spec:
spec:
terminationGracePeriodSeconds: 600
terminationGracePeriodSeconds: 600
hostNetwork: true
hostNetwork: true
containers:
containers:
- image: gcr.io/google_containers/glbc:0.9.
2
- image: gcr.io/google_containers/glbc:0.9.
3
livenessProbe:
livenessProbe:
httpGet:
httpGet:
path: /healthz
path: /healthz
...
@@ -43,7 +43,7 @@ spec:
...
@@ -43,7 +43,7 @@ spec:
# TODO: split this out into args when we no longer need to pipe stdout to a file #6428
# TODO: split this out into args when we no longer need to pipe stdout to a file #6428
- sh
- sh
- -c
- -c
- '/glbc --verbose=true --default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1'
- '/glbc --verbose=true --
apiserver-host=http://localhost:8080 --
default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1'
volumes:
volumes:
- hostPath:
- hostPath:
path: /etc/gce.conf
path: /etc/gce.conf
...
...
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