nixos/kubernetes: move all k8s docs out of the sandbox

otherwise the manual won't build.

ideally they'll move back into the sandbox at some point, but we're
obviously not qualified to put them there.
This commit is contained in:
pennae 2022-01-08 07:10:25 +01:00 committed by zowoq
parent 635376d3af
commit 2d356a1969
10 changed files with 18 additions and 0 deletions

View File

@ -167,4 +167,5 @@ in
};
};
meta.buildDocsInSandbox = false;
}

View File

@ -363,4 +363,6 @@ in {
services.kubernetes.kubelet.clusterDns = mkDefault cfg.clusterIp;
};
meta.buildDocsInSandbox = false;
}

View File

@ -496,4 +496,5 @@ in
];
meta.buildDocsInSandbox = false;
}

View File

@ -171,4 +171,6 @@ in
services.kubernetes.controllerManager.kubeconfig.server = mkDefault top.apiserverAddress;
};
meta.buildDocsInSandbox = false;
}

View File

@ -313,4 +313,6 @@ in {
else "${cfg.masterAddress}:${toString cfg.apiserver.securePort}"}");
})
];
meta.buildDocsInSandbox = false;
}

View File

@ -95,4 +95,6 @@ in
};
};
meta.buildDocsInSandbox = false;
}

View File

@ -395,4 +395,6 @@ in
})
];
meta.buildDocsInSandbox = false;
}

View File

@ -401,4 +401,6 @@ in
};
};
});
meta.buildDocsInSandbox = false;
}

View File

@ -97,4 +97,6 @@ in
services.kubernetes.proxy.kubeconfig.server = mkDefault top.apiserverAddress;
};
meta.buildDocsInSandbox = false;
}

View File

@ -96,4 +96,6 @@ in
services.kubernetes.scheduler.kubeconfig.server = mkDefault top.apiserverAddress;
};
meta.buildDocsInSandbox = false;
}