mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
fix typo on ServiceCIDR e2e test title
This commit is contained in:
parent
93aa0b056e
commit
2c38ae726a
@ -61,7 +61,7 @@ var _ = common.SIGDescribe(feature.ServiceCIDRs, framework.WithFeatureGate(featu
|
||||
|
||||
})
|
||||
|
||||
ginkgo.It("should create Services and servce on different Service CIDRs", func(ctx context.Context) {
|
||||
ginkgo.It("should create Services and serve on different Service CIDRs", func(ctx context.Context) {
|
||||
// create a new service CIDR
|
||||
svcCIDR := &networkingv1beta1.ServiceCIDR{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
|
Loading…
Reference in New Issue
Block a user