Skip to content

Commit

Permalink
Merge pull request #128 from adberger/master
Browse files Browse the repository at this point in the history
[vcluster]: delete uds file if it already exists when starting kon…
  • Loading branch information
adberger committed Feb 26, 2024
2 parents 61cb0d4 + 629564b commit 2e3776f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vcluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vcluster
description: Virtual Kubernetes Cluster
type: application
version: 0.5.5
version: 0.5.6
appVersion: 0.1.0
keywords:
- vcluster
Expand Down
2 changes: 1 addition & 1 deletion charts/vcluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__This Chart is under active development! We try to improve documentation and values consistency over time__

![Version: 0.5.5](https://img.shields.io/badge/Version-0.5.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.5.6](https://img.shields.io/badge/Version-0.5.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Virtual Kubernetes Cluster

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Template for konnectivityServer containers
{{- else }}
- --mode=grpc
- --uds-name=/run/konnectivity-server/konnectivity-server.socket
- --delete-existing-uds-file=true
- --server-port=0
{{- end }}
- --agent-port={{ $kubernetes.konnectivity.server.ports.agent }}
Expand Down

0 comments on commit 2e3776f

Please sign in to comment.