Investigate how to call[ these methods](https://github.com/project-codeflare/codeflare-sdk/blob/4d523cc4127c16618df5e4905f8ddd6ed14117d9/demo-notebooks/interactive/local_interactive.ipynb#L100-L102) in cluster.up() because users should not need to explicitly call them. ``` generate_cert.generate_tls_cert(cluster_name, namespace) generate_cert.export_env(cluster_name, namespace) ``` cc @MichaelClifford