Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
csi-driver
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
hetznercloud
csi-driver
Commits
09691786
Unverified
Commit
09691786
authored
5 years ago
by
Lukas Kämmerling
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add label to metric services (#128)
parent
75c1170c
No related branches found
No related tags found
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.md
+1
-1
1 addition, 1 deletion
CHANGES.md
deploy/kubernetes/hcloud-csi-master.yml
+4
-0
4 additions, 0 deletions
deploy/kubernetes/hcloud-csi-master.yml
with
5 additions
and
1 deletion
CHANGES.md
+
1
−
1
View file @
09691786
...
...
@@ -3,7 +3,7 @@
## v1.4.0
-
Allow mounting of Hetzner Cloud Volumes as raw block volumes.
-
Add label (
`app: hcloud-csi`
) to
`hcloud-csi-controller-metrics`
and
`hcloud-csi-node-metrics`
## v1.3.2
-
Fix stuck volume terminating when the volume was already deleted
...
...
This diff is collapsed.
Click to expand it.
deploy/kubernetes/hcloud-csi-master.yml
+
4
−
0
View file @
09691786
...
...
@@ -305,6 +305,8 @@ kind: Service
metadata
:
name
:
hcloud-csi-controller-metrics
namespace
:
kube-system
labels
:
app
:
hcloud-csi
spec
:
selector
:
app
:
hcloud-csi-controller
...
...
@@ -319,6 +321,8 @@ kind: Service
metadata
:
name
:
hcloud-csi-node-metrics
namespace
:
kube-system
labels
:
app
:
hcloud-csi
spec
:
selector
:
app
:
hcloud-csi
...
...
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