Skaffold Preview VS Code ExtensionJapaneseSkaffold Render VS Code 拡張機能は、Visual Studio Code内でSkaffoldマニフェストを直接レンダリングし、Kubernetesを使用している開発者がエディタを離れることなくマニフェストを生成し、プレビューする効率的な方法を提供する強力なツールです。 特徴
使用方法1. 拡張機能をインストール:Visual Studio Code 拡張機能マーケットプレイスで「skaffold-preview」と検索し、インストールします。 2. Skaffold YAMLファイルを開くレンダリングしたいSkaffold YAMLファイルをエディタで開きます。 3. レンダリングを実行コマンドパレット(Ctrl+Shift+P)から「Skaffold Preview」コマンドを実行します。 4. 結果をプレビューレンダリングが成功すると、生成されたマニフェストの内容が新しいエディタタブでプレビューされます。 前提条件この拡張機能を使用するには、以下がインストールされている必要があります:
インストールVisual Studio Codeの拡張機能ビューを開き、「skaffold-preview」を検索してインストールします。 設定この拡張機能はそのまま使用でき、追加の設定は必要ありません。 サポート何か問題が発生した場合や機能リクエストがある場合は、GitHubリポジトリページにIssueを作成してください。 EnglishThe Skaffold Render VS Code Extension is a powerful tool designed to render Skaffold manifests directly within Visual Studio Code, offering developers working with Kubernetes an efficient way to generate and preview manifests without leaving the editor. Features
Usage1. Install the ExtensionSearch for "skaffold-preview" in the Visual Studio Code Extensions Marketplace and install it. 2. Open a Skaffold YAML FileOpen the Skaffold YAML file you wish to render in the editor. 3. Execute Renderingexecute the "Skaffold Preview" command from the Command Palette (Ctrl+Shift+P). 4. Preview ResultsUpon successful rendering, the generated manifest content is previewed in a new editor tab. PrerequisitesTo use this extension, the following must be installed:
InstallationOpen the Extensions view in Visual Studio Code and search for "skaffold-preview" to install. ConfigurationThis extension works out of the box and does not require additional configuration. SupportIf you encounter any issues or have feature requests, please create an Issue on the GitHub repository page. |