Skip to main content
Glama
action.yaml2.55 kB
name: InstallKarpenter description: 'Installs Go Downloads and installs Karpenter Dependencies' inputs: account_id: description: "Account ID to access AWS" required: true role: description: "Role to access AWS" required: true region: description: "Region to access AWS" required: true ecr_account_id: description: "Account ID for the ECR repo" required: true ecr_region: description: "Region for the ECR repo" required: true cluster_name: description: 'Name of the cluster to be launched by eksctl' required: true k8s_version: description: 'Version of Kubernetes to use for the launched cluster' default: "1.34" git_ref: description: "The git commit, tag, or branch to check out. Requires a corresponding Karpenter snapshot release" private_cluster: description: "Whether the cluster is private or not. Valid values are 'true' or 'false'" default: 'false' runs: using: "composite" steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ref: ${{ inputs.git_ref }} - uses: ./.github/actions/e2e/install-helm with: version: v3.18.6 # Label namespace to enforce security stranded and scrape prometheus metrics # https://kubernetes.io/docs/concepts/security/pod-security-standards/ - name: add labels to kube-system namespace shell: bash run: | kubectl label ns kube-system scrape=enabled --overwrite=true kubectl label ns kube-system pod-security.kubernetes.io/warn=restricted --overwrite=true - name: login to ecr via docker uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ${{ inputs.ecr_account_id }}.dkr.ecr.${{ inputs.ecr_region }}.amazonaws.com logout: true - name: install-karpenter shell: bash env: ECR_ACCOUNT_ID: ${{ inputs.ecr_account_id }} ECR_REGION: ${{ inputs.ecr_region }} ACCOUNT_ID: ${{ inputs.account_id }} CLUSTER_NAME: ${{ inputs.cluster_name }} PRIVATE_CLUSTER: ${{ inputs.private_cluster }} run: | output=$(./test/hack/e2e_scripts/install_karpenter.sh 2>&1) if echo "$output" | grep -i "warning.*violate.*podsecurity"; then echo "ERROR: Karpenter does not respect restricted Pod Security Standard" exit 1 fi - name: diff-karpenter shell: bash env: ECR_ACCOUNT_ID: ${{ inputs.ecr_account_id }} ECR_REGION: ${{ inputs.ecr_region }} run: | ./test/hack/e2e_scripts/diff_karpenter.sh

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mengfwan/test-mcp-glama'

If you have feedback or need assistance with the MCP directory API, please join our Discord server