mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
fix typo and instead of amd
This commit is contained in:
parent
8616687c90
commit
3e83f0f08a
@ -92,7 +92,7 @@ func (s *DeprecatedInsecureServingOptions) AddUnqualifiedFlags(fs *pflag.FlagSet
|
|||||||
fs.MarkDeprecated("port", "see --secure-port instead.")
|
fs.MarkDeprecated("port", "see --secure-port instead.")
|
||||||
}
|
}
|
||||||
|
|
||||||
// ApplyTo adds DeprecatedInsecureServingOptions to the insecureserverinfo amd kube-controller manager configuration.
|
// ApplyTo adds DeprecatedInsecureServingOptions to the insecureserverinfo and kube-controller manager configuration.
|
||||||
// Note: the double pointer allows to set the *DeprecatedInsecureServingInfo to nil without referencing the struct hosting this pointer.
|
// Note: the double pointer allows to set the *DeprecatedInsecureServingInfo to nil without referencing the struct hosting this pointer.
|
||||||
func (s *DeprecatedInsecureServingOptions) ApplyTo(c **server.DeprecatedInsecureServingInfo) error {
|
func (s *DeprecatedInsecureServingOptions) ApplyTo(c **server.DeprecatedInsecureServingInfo) error {
|
||||||
if s == nil {
|
if s == nil {
|
||||||
|
@ -114,7 +114,7 @@ var _ = Describe("[sig-api-machinery] Downward API", func() {
|
|||||||
/*
|
/*
|
||||||
Release : v1.9
|
Release : v1.9
|
||||||
Testname: DownwardAPI, environment for CPU and memory limits and requests
|
Testname: DownwardAPI, environment for CPU and memory limits and requests
|
||||||
Description: Downward API MUST expose CPU request amd Memory request set through environment variables at runtime in the container.
|
Description: Downward API MUST expose CPU request and Memory request set through environment variables at runtime in the container.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance]", func() {
|
framework.ConformanceIt("should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance]", func() {
|
||||||
podName := "downward-api-" + string(uuid.NewUUID())
|
podName := "downward-api-" + string(uuid.NewUUID())
|
||||||
@ -165,7 +165,7 @@ var _ = Describe("[sig-api-machinery] Downward API", func() {
|
|||||||
/*
|
/*
|
||||||
Release : v1.9
|
Release : v1.9
|
||||||
Testname: DownwardAPI, environment for default CPU and memory limits and requests
|
Testname: DownwardAPI, environment for default CPU and memory limits and requests
|
||||||
Description: Downward API MUST expose CPU request amd Memory limits set through environment variables at runtime in the container.
|
Description: Downward API MUST expose CPU request and Memory limits set through environment variables at runtime in the container.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should provide default limits.cpu/memory from node allocatable [NodeConformance]", func() {
|
framework.ConformanceIt("should provide default limits.cpu/memory from node allocatable [NodeConformance]", func() {
|
||||||
podName := "downward-api-" + string(uuid.NewUUID())
|
podName := "downward-api-" + string(uuid.NewUUID())
|
||||||
|
Loading…
Reference in New Issue
Block a user