mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/magic-ip-address] add repo archive notice (#24151)
* [stable/magic-ip-address] add repo archive notice Signed-off-by: Scott Rigby <scott@r6by.com> * [stable/magic-ip-address] use apps/v1 Signed-off-by: Carlos Panato <ctadeu@gmail.com> Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
co-authored by
Carlos Panato
parent
94a018fd23
commit
ec9ab143d1
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart to assign static IP addresses for node-local services
|
||||
name: magic-ip-address
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
appVersion: 0.9.0
|
||||
home: https://github.com/mumoshu/kube-magic-ip-address
|
||||
sources:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# ⚠️ Repo Archive Notice
|
||||
|
||||
As of Nov 13, 2020, charts in this repo will no longer be updated.
|
||||
For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/).
|
||||
|
||||
# magic-ip-address
|
||||
|
||||
[magic-ip-address](https://github.com/mumoshu/kube-magic-ip-address) is a Kubernetes daemonset to implement [magic IP addresses](https://github.com/kubernetes/kubernetes/issues/15169#issuecomment-231267078), that are useful to serve [node-local services](https://github.com/kubernetes/kubernetes/issues/28610).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: {{ template "magic-ip-address.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user