Kubernetes 1.35: SIG-Instrumentationの変更内容
DRANK

本記事では Kubernetes v1.35 の Changelog から、SIG-Instrumentation 関連及びメトリクスの変更点について取り上げ、まとめています。Added validation to ensure log-flush-frequency is a positive value, returning an error instead of causing a panic. (#133540, @BenTheElder) [SIG Architecture, Instrumentation, Network and Node] [sig/network,sig/node,sig/instrumentation,sig/architecture]不正値(例: --log-flush-frequency=-0)で time.NewTicker が panic する事象が報告されており、コンポーネントがクラッシュするより「設定エラーとして弾く」方が安全なため修正Changed kuberc configuration schema. Two new optional fields added to kuberc configuration, credPluginPolicy and credPluginAllowlist. This is documented in KEP-3104 and documentation is added to the website by kubernetes/website#52877 (#134870, @pmengelbert) [SIG API Machinery, Architecture, Auth, CLI, Instrumentation and Testing] [sig/api-machinery,sig/auth,sig/cli,sig/instrumentation,sig/testing,sig/architecture]client-goで利用可能なcredential plu…

zenn.dev
Related Topics: Kubernetes Containers