From 3332a2466abaea6b257daf38bef8e541d72928a2 Mon Sep 17 00:00:00 2001 From: Rowena Date: Wed, 27 Aug 2025 17:56:54 +0200 Subject: [PATCH] fix(vpc): fix serverless stuff --- pages/vpc/how-to/attach-resources-to-pn.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/vpc/how-to/attach-resources-to-pn.mdx b/pages/vpc/how-to/attach-resources-to-pn.mdx index 833f2dd23f..7c58a2d2f6 100644 --- a/pages/vpc/how-to/attach-resources-to-pn.mdx +++ b/pages/vpc/how-to/attach-resources-to-pn.mdx @@ -114,7 +114,7 @@ You can also attach a managed resource to a Private Network from the resource's - [Serverless Functions](/serverless-functions/how-to/use-private-networks/) - [Serverless Containers](/serverless-containers/how-to/use-private-networks/) -Note that for Kubernetes Kapsules and Managed Databases for Redis™, you can only attach the resource to a Private Network at the time of creating the resource itself. Serverless Functions and Containers can only be attached to Private Networks if they have been created in a namespace that supports VPC. +Note that for Kubernetes Kapsules and Managed Databases for Redis™, you can only attach the resource to a Private Network at the time of creating the resource itself. For Elastic Metal servers and Apple silicon Mac minis, manual configuration of the network interface is required. This is not required for Instances or other types of managed resource. See the relevant documentation for [Elastic Metal](/elastic-metal/how-to/use-private-networks/#how-to-configure-the-network-interface-on-your-elastic-metal-server-for-private-networks) or [Apple silicon](/apple-silicon/how-to/use-private-networks/) for full instructions.