![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Install various Kubernetes Helm charts on a Kubernetes cluster,
This application is mainly intended for local cluster charts installations.
Important helm_charts supports python3.5+ only!
Install Docker Edge version,
Follow instructions here (MacOS),
Enter Docker preferences, And make sure to activate Kubernetes.
~/.kube/config
created/appended is generated by Docker installation,
And the config file contains context of docker-desktop
Run
pip3 install helm-charts
Execute application
helm_charts [-h] [--config-file CONFIG_FILE] [--use-context USE_CONTEXT] [--helm-init]
Specify config file, default file is: ~/.kube/config
helm_charts --config-file PATH_TO_CONFIG_FILE
set cluster context, default context is: docker-desktop
helm_charts --use-context CONTEXT_NAME
set custom charts installation file:
helm_charts --supported-charts-file PATH_TO_FILE
for detail see below
also Executes 'helm init' command
helm_charts --helm-init
if using the --supported-charts-file
flag,
file structure must be as:
- chart_name: ingress-traefik
helm_repo_name: stable/traefik
name_space: ingress-traefik
values_file: ingress-traefik.values.local.yml
private_image: False
# extra_executes:
# - kubectl add something
# - some command with flags
extra_executes: []
- chart_name: chart_name_to_install
helm_repo_name: my_private_repo/some-chart
name_space: kube-system
values_file: kubernetes-dashboard.values.local.yml
private_image: False
# extra_executes:
# - kubectl add something
# - some command with flags
extra_executes: []
...
values_file
file must be present in the same directory,
all keys must be strings, private_image
must be boolean
, and extra_executes
must be list
If kubernetes_dashboard
selected during installation process,
In order to login, access https://kubernetes.localhost
Press Choose kubeconfig file
or ...
on right side,
Select ~/.kube/config
file and press SIGN IN
.
Also possible to choose SKIP
as local installation allow this
FAQs
Helm Charts installer
We found that helm-charts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.