Skip to main content
Glama

Vultr MCP

by rsp2k

generate_kubernetes_credentials

Create Kubernetes secret YAML for container registry access with configurable expiration, access permissions, and encoding options.

Instructions

Generate Kubernetes credentials for container registry access.

Smart identifier resolution: Use registry name or ID.

Args: registry_identifier: Registry name or ID expiry_seconds: Expiration time in seconds (optional, default: no expiry) read_write: Whether to grant read-write access (default: True, False for read-only) base64_encode: Whether to base64 encode the credentials (default: True)

Returns: Kubernetes secret YAML configuration for registry access

Input Schema

NameRequiredDescriptionDefault
base64_encodeNo
expiry_secondsNo
read_writeNo
registry_identifierYes

Input Schema (JSON Schema)

{ "properties": { "base64_encode": { "default": true, "title": "Base64 Encode", "type": "boolean" }, "expiry_seconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Expiry Seconds" }, "read_write": { "default": true, "title": "Read Write", "type": "boolean" }, "registry_identifier": { "title": "Registry Identifier", "type": "string" } }, "required": [ "registry_identifier" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    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/rsp2k/mcp-vultr'

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