Giter Club home page Giter Club logo

charts's Introduction

Helm Hub

This repo houses helm charts for the Microsoft helm hub repository https://artifacthub.io/packages/search?repo=microsoft

Example usage:

helm repo add microsoft https://microsoft.github.io/charts/repo
helm install microsoft/spark --version 1.0.0

Adding new charts

To contribute a chart, first create an archive of your chart using helm package. Then place the archive in the repo folder and update repo/index.yaml, sources.yaml with your chart details. Hint: use helm repo index to generate your index.yaml for your chart in the same folder where your chart archive lives. Create a branch with your work and merge it into the gh-pages branch to deploy.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

charts's People

Contributors

anthonsu avatar brendanwalsh avatar dbanda avatar ganga1980 avatar jatakiajanvi12 avatar karok2m avatar mahilleb-msft avatar marcschier avatar mhamilton723 avatar microsoft-github-policy-service[bot] avatar microsoftopensource avatar msftgits avatar vishiy avatar wanlonghenry avatar yshahin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

charts's Issues

Unable to enable container insights from Azure Arc for Kubernetes version 1.22

I am not able to enable container insights from my Azure Arc for Kubernetes version 1.22, error reported in below

Error: {failed to install chart from path [] for release [azuremonitor-containers]: err [unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1", unable to recognize "": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"]]} occurred while doing the operation : {Installing the extension} on the config

It looks like the issue is related with rbac.authorization.k8s.io/v1beta1 clusterrole is deprecated in v1.17+ unavailable in v1.22+

Can you make the helm chart support version 1.22?

Adopt Microsoft charts from stable and incubator repos before 13 November 2020?

Hello MSFT charts people ๐Ÿ‘‹

You may know the stable and incubator chart repos will be archived on 13 November. See https://github.com/helm/charts/issues/21103 for context.

We're looking for new homes for the charts, with a preference for orgs who maintain the applications the charts install. Here are the MSFT charts I found from a repo search:

Would you be interested in a PR to bring Microsoft charts from stable and incubator into this repo?

As a side note, we have some processes for distributed chart repos hosted on GitHub to help efficiently bring git history, package history, and GitHub actions for CI (chart testing) and CD (chart releasing). If helpful, this could be another PR. Please lmk.

Cognitive services speech onpremise 0.3.3 helm chart continuously crashing due to OOM Error

I'm deploying the TTS on premise on a Kubernetes Cluster using the following values:

textToSpeech:
  enabled: true
  numberOfConcurrentRequest: 2
  optimizeForTurboMode: true
  image:
    registry: mcr.microsoft.com
    repository: azure-cognitive-services/speechservices/neural-text-to-speech
    tag: 2.8.0-amd64-de-de-conradneural
    pullSecrets:
      - mcr # Or an existing secret
    args:
      eula: accept
      billing: <my-endpoint>
      apikey: <my-api-key>
  service:
    autoScaler:
      maxAvailablePods: 4
    type: NodePort
  verification:
    enabled: false

speechToText:
  enabled: false

Shortly after the creation of the TTS Pods they start continuously crashing due to OOM Errors. Their calculated memory limit of 3GB is not sufficient as their average usage of memory seems to be around 3 to 4GB.
I can prevent the crashing by manually removing the limit of the deployment after installing the helm chart, but still this is not the desired behavior I assume.
Is there something I am missing or does the chart need an update?

Make Livy & Worker-lb ServiceType configurable

Helo,
I install the Helm Chart for Spark from this repo and it seems to work well
but we don't have a Loadbalancer in our k8s cluster, so having the fixed value of
ServiceType: Loadbalancer does not work.
Having it configurable like the other svc would be great and maybe add an ingress for livy?
Cheers

Spark can't connect to Google Cloud Storage

I have created a notebook using zeppelint. Inside it I am trying to acces a file in GC Storage.

It is getting this error:

Py4JJavaError: An error occurred while calling o72.csv.
: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem not found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.